hello every one. I am trying to specify more than one criteria using or on a textbox using query by form. This is pretty urgent.
database facts:
There are six periods in the school year. I have a checkbox for each period. Whenever a checkbox is clicked that period is added to the textbox. If only one checkbox is selected then one period is added to the textbox and the query works.
e.g. 1
however if more than 1 checkbox is chosen I add the next period using or:
ex: 1 or 2
in this case the query does not work. Anyone have any idea why.
I need the user to be able to select more than 1 period on the from for attendance reports because parents can request attendance reports for one or more periods at a time. thanks in advance for you assistance.
database facts:
There are six periods in the school year. I have a checkbox for each period. Whenever a checkbox is clicked that period is added to the textbox. If only one checkbox is selected then one period is added to the textbox and the query works.
e.g. 1
however if more than 1 checkbox is chosen I add the next period using or:
ex: 1 or 2
in this case the query does not work. Anyone have any idea why.
I need the user to be able to select more than 1 period on the from for attendance reports because parents can request attendance reports for one or more periods at a time. thanks in advance for you assistance.