My form has has an option group with 5 options (Manufacturer, Category, Sub Category, Product Family and Special) an unbound combo box which values is coming from different sources (see Relationship attached) depending on the selection made on the option group (e.g. if option 1 is selected (Manufacturer, the combo box will show selection of "manufacturer" - see attached graphics).
The table has fields (see relationship - attached).
What I want to happened is that when:
Option1 (Manufacturer is selected the Combo box will show the list of "Manufacturer" (This part I've already done with the help from Tek-Tips, Thank you!) and then Filter the data based on the selected "Manufacturer"
And if
Otion 2 is selected (Category), Combo box will show list of Category choices and Filter the data based on selected Category.. an so on...
I hope this will help you to help me!
Thanks,
May2000