I have a form named CustomerForm
I have a query named CustomerQ.
On my form I have a combo box named combo6.
Combo 6 lists all of the company names from my customer table and includes the autokey field which is hidden.
When I click on a value in my combo6 I want the values on my form to then be based on the value from combo6 whereas at the moment I select a value in combo6 and nothing happens other than combo6 now displays a different value, can someone please help me out with how to refresh/ repopulate the data based on combo6 without having to create more forms and queries.
I have a query named CustomerQ.
On my form I have a combo box named combo6.
Combo 6 lists all of the company names from my customer table and includes the autokey field which is hidden.
When I click on a value in my combo6 I want the values on my form to then be based on the value from combo6 whereas at the moment I select a value in combo6 and nothing happens other than combo6 now displays a different value, can someone please help me out with how to refresh/ repopulate the data based on combo6 without having to create more forms and queries.