I have two forms (form1, form2). Form1 has a combo box named "Owner" which lists locations. I want a textbox in form2 to update with whichever location the user chooses from form1.
Im using the DLookup function:
=DLookup("[location]", "tblAddress", "[location] =" & Forms![form1]!Owner)
Any ideas on why I get an error?
Im using the DLookup function:
=DLookup("[location]", "tblAddress", "[location] =" & Forms![form1]!Owner)
Any ideas on why I get an error?