G
Guest
I have a form that contain fields like Customer ID, Customer Name, Transaction Date, Address, Product, etc
This data entry form updates a new record into the New Order table and it works
My problem is how to auto fill the Customer Name in the form, when the Customer ID is entered int
the form so that the "Data Entry Person" can check that indeed the customer ID corresponds to the Custome
Name . Once the customer name appears on the form this should update into the new order table
I created a combo box on the record source properties field of the form which pulls the customer names fro
a master customer table and the result creates a combo box drop down key which gives you a choice of the customer wit
the correponding customer ID. What I need is to have the customer name auto fill once the Customer ID is entered into the form automatically which saves on the data entry process and verifcation of the customer ID. Can you show how to d
this please
Thanks for any help
This data entry form updates a new record into the New Order table and it works
My problem is how to auto fill the Customer Name in the form, when the Customer ID is entered int
the form so that the "Data Entry Person" can check that indeed the customer ID corresponds to the Custome
Name . Once the customer name appears on the form this should update into the new order table
I created a combo box on the record source properties field of the form which pulls the customer names fro
a master customer table and the result creates a combo box drop down key which gives you a choice of the customer wit
the correponding customer ID. What I need is to have the customer name auto fill once the Customer ID is entered into the form automatically which saves on the data entry process and verifcation of the customer ID. Can you show how to d
this please
Thanks for any help