I'm stuck - need help badly

T

Todd

I did a bonehead thing. I went into startup and un-checked
all boxes, now I can't access anything anymore. I went to
HELP but it always mentions going to OPTIONS, however,
OPTIONS is no longer available in the menu. What do I do?

Todd
 
R

Rick B

Hold down the 'shift' key while you open your database and then you can get
back into your startup options and reset them.


I did a bonehead thing. I went into startup and un-checked
all boxes, now I can't access anything anymore. I went to
HELP but it always mentions going to OPTIONS, however,
OPTIONS is no longer available in the menu. What do I do?

Todd
 
A

Allen Browne

If you can get to a code window, open the Immediate window (View menu), and
enter:
dbEngine(0)(0).Properties("AllowBypassKey") = True
Then close the database, and hold down the Shift key while opening.

Other properties that you can set the same way:
AllowBuiltinToolbars
AllowFullMenus
AllowSpecialKeys
That should get you back to where you can use the database.

If that does not work for you, create a new database, and import everything:
File | Get External | Import.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top