Avoid macro to run automatically when Access db opens

I

Ivan

Dear all,

I have an Access db and there is a macros which automatically runs whenever
the Access db opens. I know that there is a short-cut key to stop running the
macro when the file opens but I've forgot the key. Can anyone help?
Thanks.

Terence
 
J

Jeff Conrad

in message:
I have an Access db and there is a macros which automatically runs whenever
the Access db opens. I know that there is a short-cut key to stop running the
macro when the file opens but I've forgot the key. Can anyone help?
Thanks.

If you hold down the SHIFT key while opening the database it will bypass
any startup options and any autoexec macro (if present). This assumes of
course that you or someone else has not disabled the Shift key bypass.
 
Top