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

Start-up Form with VB to Close DB Window & set Form Properties

Status
Not open for further replies.

dmon000

Technical User
Sep 9, 2003
79
US
Is it possible to use the on-open event of a start up form to close the database window, open or close menus and toolbars, and set certain properties for all forms upon opening? The form properties I'm referring to are navigation buttons, records selectors, border style,close button, min/max button, movable, etc.

Thanks !!!!
 
you can tell the database not to display the database window using the startup options, and also to not display menus and stuff.

you can also setup custom menus or have code to build them but that's a bit more challenging...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top