ByPassing AutoExec 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 but bypassing the autoexec using VBA code?

I'm using VB to create an object as a new Access.Application then calling the OpenCurrentDatabase method. I've tried using sendkeys to send the Shift key but had no luck with this.

Any suggestions?
 
Maybe you should look here : access.mvps.org/access/api/api0068.htm
a VERY good way to bypass, using API
 

Users who are viewing this thread

Back
Top Bottom