B
Bryan Brassell
I have a ComboBox picking values from the correct table
for one field. I have the second ComboBox picking the
correct values for its list based on the choice in the
first ComboBox - see SQL below that populates the rows in
the second ComboBox:
SELECT Subcategory.Subcategory, Subcategory.Description
FROM Subcategory
WHERE (((Subcategory.Category)=[Forms]![JDEDATA]![FAFA4]));
However, once a choice is made in the first ComboBox, the
second populates and does not repopulate with a different
list if the first ComboBox is subsequently changed.
The FAFA4 is the first combobox's bound field (where the
value goes to) and has a field called Category which
matches an identical field named Category in the second
table for the second ComboBox.
I'm soooo close to solving this!!! Someone please save
me!!!!
Regards,
Bryan Brassell
for one field. I have the second ComboBox picking the
correct values for its list based on the choice in the
first ComboBox - see SQL below that populates the rows in
the second ComboBox:
SELECT Subcategory.Subcategory, Subcategory.Description
FROM Subcategory
WHERE (((Subcategory.Category)=[Forms]![JDEDATA]![FAFA4]));
However, once a choice is made in the first ComboBox, the
second populates and does not repopulate with a different
list if the first ComboBox is subsequently changed.
The FAFA4 is the first combobox's bound field (where the
value goes to) and has a field called Category which
matches an identical field named Category in the second
table for the second ComboBox.
I'm soooo close to solving this!!! Someone please save
me!!!!
Regards,
Bryan Brassell