AllowbypassKey (Shiftkey) solution for adp file type

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The createProperty method works fine for mdb file type. I'm looking for a
solution using the add method for adp file types (AccessObjectProperties).
 
Found it. The simple code below actually works.

CurrentProject.Properties.Add "AllowBypassKey", False
 
Found it. Code below works from any vb location doesn't have to be module or
have variable set.

CurrentProject.Properties.Add "AllowBypassKey", False
 

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

Back
Top