Wow, I didn't anticipate the demand for this. You guys can download it now at:
A few notes about the database:
This is a little program I wrote to allow me to add fields/tables to a database at night when no one is working in them. It is an Access 97 database. We use a custom system.mdw workgroup file here at work, so if you have troubles opening the database, import the objects into a new database.
The part you are interested in is the 'hide or show access window module'. I actually got this code from another memeber of tek-tips, but unfortunately, I can't remember who. The autoexec macro calls the ' fAccessWindow'
function. Please note that all your forms need to be pop-up or they will disappear.
If you copy the module and the autoexec macro and change the startup form in the macro to your startup form, you should be ready to go as long as your forms are pop up.
To view the database window, hold the shift key when you open the database. You will probably want to make a custom exit button (as I did) that uses Application.quit and disable the close button on your forms. Otherwise, you will end up with multiple instances of Access running on your machine that you can't see.
If you would like to use the database as it was written to update tables, feel free to, but I, of course, provide no support/documentation and am not responsible for any problems it may cause.
Enjoy

Mike Rohde
rohdem@marshallengines.com