I would like to update textboxes in a form based on what is chosen by a combobox. The data all comes from the same query, but I do not know how to set the textbox to update to the data I want. Here is my example:
---
I have a query with Customer Name, Company Name, Date Created, & Image Location.
In my form, I have a combobox for Customer Name. When I choose CustomerX from this box, I would like the Company Name, Date Created & Image Location all to update with the data form the query (I want to be able to store this information in the same table for a report I am using). However, the Image Location field needs to be able to be changed by the user they want to use a different image.
Any help is aprreicated.
miscnine@hotmail.com
---
I have a query with Customer Name, Company Name, Date Created, & Image Location.
In my form, I have a combobox for Customer Name. When I choose CustomerX from this box, I would like the Company Name, Date Created & Image Location all to update with the data form the query (I want to be able to store this information in the same table for a report I am using). However, the Image Location field needs to be able to be changed by the user they want to use a different image.
Any help is aprreicated.
miscnine@hotmail.com