Hi
I have a form with two checkboxes; depending on whether one/both/none are ticked, I need the criteria of a query to be one of:
4
Is Not 4
*
I understand that that I can store the chosen option above in a hidden textbox (say, txtbox1) on the form, but then how do I pass the contents to my query? I can't simply put
txtbox1
in the criteria field...
I've read about using variables in the critera row of a QBE grid by using a Function ( http://support.microsoft.com/kb/114511 ), but this appears to be just to define the string, not the entire query criteria.
Any comments or suggestions gratefully received
Cheers
I have a form with two checkboxes; depending on whether one/both/none are ticked, I need the criteria of a query to be one of:
4
Is Not 4
*
I understand that that I can store the chosen option above in a hidden textbox (say, txtbox1) on the form, but then how do I pass the contents to my query? I can't simply put
txtbox1
in the criteria field...
I've read about using variables in the critera row of a QBE grid by using a Function ( http://support.microsoft.com/kb/114511 ), but this appears to be just to define the string, not the entire query criteria.
Any comments or suggestions gratefully received
Cheers