Hi Everyone,
I have a Main Customer form with a button when I click it, it will open another form, with code something like this when button is clicked:
stDocName = "frmCustomerBillingInfo"
stLinkCriteria = "[CustomerID] = " & Me![ID]
DoCmd.OpenForm stDocName, , ...