Hey everybody
I 've got another question:
I have a form with a subform (based on a query) full of addresses
I am trying to make a advanced search.
I've got the simple searches (for examplelace, postalcode, between postalcodes) working.
But here is my problem:
every address has 10 selectioncodes (selectioncode1, selectioncode2, ....) these are comboboxes with a word(like: VIP or Theater or employees) So, selectioncode1 could be VIP and selectioncode2 could be Theater or the other way around.
on my searchform you can select 3 selectioncodes (Src_Selectioncode1, Src_Selectioncode2 and Src_Selectioncode3).
When somebody selects a code in Src_selectioncode1 i want it to search through the query in all the selectioncode fields and show the results in the subform. you can also give 2 or 3 selectioncodes and then I want it to do the same
I really hope somebody understands my question because it is giving me headaches
I 've got another question:
I have a form with a subform (based on a query) full of addresses
I am trying to make a advanced search.
I've got the simple searches (for examplelace, postalcode, between postalcodes) working.
But here is my problem:
every address has 10 selectioncodes (selectioncode1, selectioncode2, ....) these are comboboxes with a word(like: VIP or Theater or employees) So, selectioncode1 could be VIP and selectioncode2 could be Theater or the other way around.
on my searchform you can select 3 selectioncodes (Src_Selectioncode1, Src_Selectioncode2 and Src_Selectioncode3).
When somebody selects a code in Src_selectioncode1 i want it to search through the query in all the selectioncode fields and show the results in the subform. you can also give 2 or 3 selectioncodes and then I want it to do the same
I really hope somebody understands my question because it is giving me headaches