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 SkipVought 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. TreeKey

    Prevent subform from prompting for password on main form load

    Thank you! That worked. For anyone else running into this issue here is the code I used: Private Sub Toggle84_GotFocus() Me!frm_qry_mysubform.SourceObject = "frm_qry_myqry" 'sets source of subform to desired form Me.frm_qry_mysecondsubform.Visible = False 'makes other subform invisible...
  2. TreeKey

    Prevent subform from prompting for password on main form load

    Hi Everyone, I have a main form and a subform. The subform pulls data from a password protected database, each user has their own username and password. I Have the subform set so that it is not visible on the load of the main form but a toggle button relveals it using vba code. The problem is...

Part and Inventory Search

Back
Top