Now I have another question.
Don't know if i should make a new thread....
Everything is now search as you type and it's filters very detailed. That's very nice for me and others who knows what to search.
I was thinking about to creating a multiple "combo boxes" that are connected to each other. I hope you will understand where i want to go
Like for example:
I want to have 3 combo boxes... (don't have a working combo boxes)
1e combo box is "Category" (here you will see a list with: "elektronic / holder", "elektronic" and "holder")
2nd combo box is "Supplier" (here you will see a list with: "DOS", "HEL", "BEK" and "SOP")
3rd combo box is "Color" (here you will see a list with: "Black", "White" and "Red")
Questions

:
-How can I make take the three combo boxes that gives the right source of data? (from the table: tblProduct)
-The combo boxes must connected with each other (form: Test combo box). How do you do that? (if you choose in the first combo box "elektronic" then the second box gives automatically a list with 3 different suppliers: DOS, HEL and BEK based on the first combo box. And so on with the third box (Color)).
-Can it be 2 ways traffic like if I only know Color (Black) and Supplier (DOS) then the Catergory box should automatically gives me a list with only "DevTab1" and "DevHol1" choices.
Is it possible 2 (multiple) ways?
-Is it possible to make a preview form (like layout form: Test combo box) that automatically show the result dependent on the 3 combo boxes together?
So if everything is linked try a test run, examples:
first box Category select: Elektronic
second box Supplier select: DOS
third box Color select: Black
Should give me 1 result
or
second box Supplier select: Black
third box Color select: Dos
Should give me 2 results
I will attach my access file.
Hope you can help me with this problem:banghead:
