K
khashid via AccessMonster.com
Hi, I need a help with my query. I have a form with 6 combo boxes, and a
query in subform.
Subform query is updated based on the combobox selection, user has to click a
button ( for requery) to get the results after selection. Issue is now its
giving me error that Query is too complex.
I have inserted the following "Criteria" in all 6 fields:
[Forms]![FormName]![Comboboxname]
I was wondering if i can do the same thing as event procedure instead of
query, it might be faster and would not give me the error.
I am not expert with VB but i know how to play with codes, anyhelp would be
really appreciated.
query in subform.
Subform query is updated based on the combobox selection, user has to click a
button ( for requery) to get the results after selection. Issue is now its
giving me error that Query is too complex.
I have inserted the following "Criteria" in all 6 fields:
[Forms]![FormName]![Comboboxname]
I was wondering if i can do the same thing as event procedure instead of
query, it might be faster and would not give me the error.
I am not expert with VB but i know how to play with codes, anyhelp would be
really appreciated.