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

Search results for query: *

  1. gnmaier

    Copying custom toolbars for network use

    Dan, by far the best solution, in my opinion is to create the custon toolbar or menu **in code**. Call the code to create the toolbar in the Workbook_Activate() event handler and call code to delete the toolbar in Workbook_Deactivate(). Although this is a little bit of messing around the first...
  2. gnmaier

    Pre-loading Forms

    The splash form loads at startup, but I am trying to get the onload event of this form to load the larger form for later use. This works except that the splash form remains invisible until the other form has finished loading. I have tried a variety of things but no luck. Thanks for your reply I...
  3. gnmaier

    Pre-loading Forms

    How do you pre-load forms in Access to speed their loading time later. I want to load a large form from a splash screen with out it being visible. I have tried DoCmd.Openform "Formname",,,,,acHidden in the splash screen's onload event but the splash screen won't load until after the...

Part and Inventory Search

Back
Top