Access Window

D

depawl

Is it possible to hide the main access window (the one with the title
bar, tool bars, etc.) when running an access program? I've been able to
hide the database window but wondered if it was possible to hide this
window also?
 
D

depawl

Is all of that code supposed to go in the On Open event of the form? I'm
trying to insert it in the Switchboard form and there is already code in
there and when I insert this code it gives me an error message: "End Sub
expected".
With a bit more clarification I can probably get it.
thanks.
 
A

Allen Browne

You may find it best to place the code in a standard module.
Then your form only needs to call:
fSetAccessWindow(SW_HIDE)
 

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