P
Piperlynne
Ok, I have two drop down boxes. cboCustomer and cboBrand
Customer selects from the tblCustomer and Brand selects from tblBrand based
on what CustomerName is selected in cboCustomer.
I then have a list box that displays all projects (Project table) based on
BrandName.
Then I have a subform that based on what is selected in the list box (Project)
displays the project details based on projectID matching.
Everything works like it should HOWEVER.
When I drop down customer, then brand. I have to click on the list box to
get the values. And when I select a project, I have to click into the subform
to get it to refresh.
Is there a way to make it so when you select the brand, the project list box
populates and displays without having to click it. And when you click on a
project in the list box, the subform displays the selection without clicking
into it?
Customer selects from the tblCustomer and Brand selects from tblBrand based
on what CustomerName is selected in cboCustomer.
I then have a list box that displays all projects (Project table) based on
BrandName.
Then I have a subform that based on what is selected in the list box (Project)
displays the project details based on projectID matching.
Everything works like it should HOWEVER.
When I drop down customer, then brand. I have to click on the list box to
get the values. And when I select a project, I have to click into the subform
to get it to refresh.
Is there a way to make it so when you select the brand, the project list box
populates and displays without having to click it. And when you click on a
project in the list box, the subform displays the selection without clicking
into it?