Having a form with an order from a order table.
I placed a combobox to lookup and enter the customerid in the order table.
Preferable I would like customer ID to be saved in the order table, but customer name to be looked up in the combobox.
The format of customerID field in the orders table is a number.
The sql in the combobox is select customer.name ; customer.id from customer and the control source is: customer
Now sometimes the customers are showing in the combobox. However sometimes they dont appear in the combobox? Often if I go to design view and back to form view the customers reappear in the combobox??
I placed a combobox to lookup and enter the customerid in the order table.
Preferable I would like customer ID to be saved in the order table, but customer name to be looked up in the combobox.
The format of customerID field in the orders table is a number.
The sql in the combobox is select customer.name ; customer.id from customer and the control source is: customer
Now sometimes the customers are showing in the combobox. However sometimes they dont appear in the combobox? Often if I go to design view and back to form view the customers reappear in the combobox??