Allowbypasskey

  • Thread starter Thread starter Everaldo Ricardo
  • Start date Start date
E

Everaldo Ricardo

I could''t create this property in adp, despite register DAO, is it possible
?

Everaldo Ricardo - br
 
Everaldo Ricardo said:
I could''t create this property in adp, despite register DAO, is it possible
?

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



Cheers
Phil
 
Back
Top