I am trying to go to a record on one form based on a value from another form. I need help with the code. The below code is not working.
Function GotoCustomerAccount()
DoCmd.GoToRecord acForm, "frmCustomerInformation", acGoTo, Forms!frmCustomerInformation!CustomerID =
Forms!frmCustomerAccountLookup!CustomerID
End Function
Thank you in advance for the help.
Function GotoCustomerAccount()
DoCmd.GoToRecord acForm, "frmCustomerInformation", acGoTo, Forms!frmCustomerInformation!CustomerID =
Forms!frmCustomerAccountLookup!CustomerID
End Function
Thank you in advance for the help.