|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
AllowBypassKey and Type Mismatch ErrorI have been trying to incorporate either Albert Kallal's solution: http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html or Microsoft's: http://support.microsoft.com/kb/826765#appliesto and in both cases, in my Access 2003 db, I get a type mismatch error at Set prop = db.CreateProperty("AllowByPassKey", _ dbBoolean, False) would anyone know what the problem is here? thank you Harvey On Wed, 11 Feb 2009 12:17:01 -0800, Harvey
<Har***@discussions.microsoft.com> wrote: Make sure that db is declared as a DAO.Database, and prop is a DAO.Property. Set OPTION EXPLICIT. -Tom. Microsoft Access MVP Show quoteHide quote >Hello: > >I have been trying to incorporate either Albert Kallal's solution: > >http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html > >or Microsoft's: > >http://support.microsoft.com/kb/826765#appliesto > >and in both cases, in my Access 2003 db, I get a type mismatch error at > > >Set prop = db.CreateProperty("AllowByPassKey", _ >dbBoolean, False) > >would anyone know what the problem is here? > >thank you >Harvey
.mdb file is read only...
expressions blocked inconsistently Encrypt only Back-End in Split DB Ping Chris O'C Multi-User input and db protection How to hide database window in Access 2007 create login screen with db2 Can't run dynamic crosstab queries after setting up security Installing DB on a server/accessing it from a client PC Unknown Publisher |
|||||||||||||||||||||||