Search results

  1. A

    Replacing a Form Name with a Variable

    In the OnActivate function of my form I have the following statement: Forms!IP_Log.IP_Log_SubForm.Visible = False how do I replace IP_Log.IP_LogSubForm with a variable? IP_Log is the Main Form IP_LogSubForm is the SubForm Name
  2. A

    Activating my Menu after Shutting it OFF from Access Options

    To secure my database, I disable "Allow Full Menus" from the "Access Options". As I develop the database I want to press a button from the secure database which will turn the menu back ON and allow me into "Access Options". I've already used: DoCmd.ShowToolbar "ribbon", acToolbarYes...
  3. A

    New Here but long time developer. Working with SQL Server now so new learning curve.

    New Here but long time developer. Working with SQL Server now so new learning curve.
Back
Top Bottom