Is it possible to populate a combo box with a query and then have the chosen item in the combo box update to a record in a table?
The query pulls from the same table that the record will be save in.
ie customer name combo box is populated with a query run on the orders table where the query pulls all the customers listed.
The customer is chosen and other fields are filled in.then the record is updated to the orders table.
In this way the next time the form is opened the most current list of customers is available.
The user however must also be able to add a new customer that is not on the combo list.
I know it is a long one. Just need to knw if it is possible for now.
I have managed to get this all working in Access but I have been told that the user requires a VB front end.
Help??
The query pulls from the same table that the record will be save in.
ie customer name combo box is populated with a query run on the orders table where the query pulls all the customers listed.
The customer is chosen and other fields are filled in.then the record is updated to the orders table.
In this way the next time the form is opened the most current list of customers is available.
The user however must also be able to add a new customer that is not on the combo list.
I know it is a long one. Just need to knw if it is possible for now.
I have managed to get this all working in Access but I have been told that the user requires a VB front end.
Help??