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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

database window question 1

Status
Not open for further replies.

coolskater49

Technical User
Joined
Nov 20, 2002
Messages
20
Location
GB
hi...

ive set-up a database system using MS Access 2000, ive disabled the database window and all toolbars. I have a form that appears when the database is opened. i know i can access the database window by holding <shift> when i open the database, is there anyway i can open the database window once inside the database using code???

thanx a lot

paul
 
If you mean the Container then:

Code: DoCmd.SelectObject acTable, , True

HotKey: F11
 
hi..

thanks a lot, thats really useful,
also is there anyway of disabling the database window so that it will not open when <shift> is held while opening the database??

thanx

paul
 
thanks, that link looks really helpfull

cheers

paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top