Shift Open Mdb in Code

robgriff

New member
Local time
Today, 23:21
Joined
Mar 18, 2002
Messages
9
Does anyone know a way of opening an mdb with the shift key in VBA code?

I'm creating an object as a new Access.Application then using the OpenCurrentDatabase method. I just need to set some Startup Options on the mdb then close it down.

Any help appreciated.
 
Lookup the AllowByPassKey property. I've never used it myself so can't cite an example.

The help files probably will.
 

Users who are viewing this thread

Back
Top Bottom