Allowbypasskey

  • Thread starter Everaldo Ricardo
  • Start date
E

Everaldo Ricardo

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

Everaldo Ricardo - br
 
P

Philipp Stiefel

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top