OK, I'm frustrated. I've done this before, but I can't get this one to work correctly.
I have a form which contains standard customer data. In order for users to edit a customer's record via the form, I added a combo box. The combo box lists customer names. When the user selects one I want to form to be populated with that customer's data.
Here are the particulars:
tblCustomers (contains custID, CustLName, CustFName, etc)
frmEditCustomerData
cboSelectCustomer
I even used the wizard to create the combo box with the option to "find record on form based on value selected in combo box" but it's not working.
I'm sure it's something obvious but I'm stuck.
TIA for your help.
I have a form which contains standard customer data. In order for users to edit a customer's record via the form, I added a combo box. The combo box lists customer names. When the user selects one I want to form to be populated with that customer's data.
Here are the particulars:
tblCustomers (contains custID, CustLName, CustFName, etc)
frmEditCustomerData
cboSelectCustomer
I even used the wizard to create the combo box with the option to "find record on form based on value selected in combo box" but it's not working.
I'm sure it's something obvious but I'm stuck.
TIA for your help.