Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hiding my main application window

Status
Not open for further replies.

devforum

Programmer
Oct 29, 2002
1
JM
Using Access i want to hide my main aplication window with the tool bars and menus and make my form be the main window. This is some what like using VB but I want to do it with access. All help would be very much appreciated.
 
Before you start writing code and spend a lot of time on this, keep in mind that access has a multiple document interface. All access windows are children of the main window.
When this main window is hidden all others windows are invisible as well.
 
Don't know exact protocol for answering this, but see the Microsoft Access: Modules FAQ for a very simple method to do this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top