You don't need DAO to use/create the AllowBypassKey-Property
in an ADP. But it is in the Properties-Collection of the
CurrentProject-Object!
Examples:
CurrentProject.Properties.Add "AllowBypassKey",False
CurrentProject.Properties("AllowBypassKey") = True
|