Showing the database window

J

JJ

How do you shoe the database window after a form is open. I have a user
login screen and normally it would show the switchboard. On the backend
when the user logs in I want it to show the database window. I do not want
to change the startup properties that way not just anyone can get to it and
they must have a uerid and password. I have the shift key bypass turned
off. Any ideas.
 
A

Allen Browne

Unless you also disable Special Keys, just press F11.
If you left the Window menu in place, choose Unhide.

If you have everything disabled, you could program a special key combination
(AutoKeys macro) or click on something to run code to turn those things back
on again.

The best solution is to create MDE files for the users, with all the special
keys etc disabled, and leave the MDB front end file in s state that's ready
for development.
 
J

JJ

How would I create an mde file with a backend database attached. The reason
for the backend is so I can backup (or FileCopy) the database while the user
is in it.
 

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