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?
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] &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.