I have a couple of combo boxes linked simply.
One is called brand and the other sub brand, and when i select a particular brand only the relevant sub brands are displayed. The problem i have is that when i reselect a different brand the sub brand combo box does not update.
I have created this setup by making the sub brand combo box a query.
The Query is:
SELECT SubBrand
FROM SubBrand.SubBrand
WHERE SubBrand.Brand=[Combo3]
Any help appreciated
Thanks in advance
One is called brand and the other sub brand, and when i select a particular brand only the relevant sub brands are displayed. The problem i have is that when i reselect a different brand the sub brand combo box does not update.
I have created this setup by making the sub brand combo box a query.
The Query is:
SELECT SubBrand
FROM SubBrand.SubBrand
WHERE SubBrand.Brand=[Combo3]
Any help appreciated
Thanks in advance