Connecting Tech Pros Worldwide Help | Site Map

AllowBypassKey Change Property Function Assistance

  #1  
Old November 12th, 2005, 07:10 PM
Dalan
Guest
 
Posts: n/a
Perhaps someone can share information on the methods to use to effect
the automation process of creating the property to set the
AllowBypassKey function. I was directed to:
http://www.mvps.org/access/general/gen0040.htm and downloaded the
function module that includes setting the fourth DDL part to true. It
initially failed to compile using Access 97 because "PropType As
DAO.DataTypeEnum" is not an automation type that Visual Basic
supports. I received a tip to change "DAO.DataTypeEnum" to "Long" and
that allowed the module to be compiled.

I have tried a couple of methods to call the function without much
success. The last of which was using a macro in one database to effect
the change in another - ChangePropertyDDL("C:\program
files\databases\customers.mdb"), but has the wrong number of
argruments.

I would appreciate anyone's assistance in providing helpful tips
regarding the above function. Thanks, Dalan
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Shift Key Bypass Laetitia answers 2 November 6th, 2008 07:35 PM
Disable Shift Key using AllowBypassKey Mark answers 7 November 13th, 2005 07:06 AM
AllowBypassKey Function with DDL Set to True Dalan answers 4 November 12th, 2005 07:30 PM