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 wOOdy-Soft 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: *

  • Users: DebiV
  • Content: Threads
  • Order by date
  1. DebiV

    Populate Subforms from Main Form on Data Entry

    I need help! I have a form that will be used to add new customers... it has two subforms on it... how or what do I do to get the data from the main form field to populate the subforms in the proper fields?
  2. DebiV

    Combo Box event procedure... I can't get it to open form on click

    I want this to open the form for the selection on in the combo box... I have not programmed in Access for many years :( Dim stDocName As String stLinkCriteria = Me.Search_Location stDocName = "frmLocationLookup" DoCmd.OpenForm stDocName, acNormal = "[Tenant Name]=" & "'" & [Tenant Name] &...

Part and Inventory Search

Back
Top