I was wondering if anyone can help me I have a search form that users list date range, whether an appointment showed or is pending (Show and pending are seperate checkboxes), and then agent.
On top of that if a field is blank I want it to pull all records with whichever criteria has been selected.
For the form it links to a query and the date range works but I can't seem to get the rest of it so i am trying to add the different criteria. Please help i am still new and am mostly self taught (besides what I have learned in here)
The code below is what I am trying to use on the criteria of the query
[Forms]![Search]![checkShow]=True Or Is Null
[Forms]![Search]![checkPend]=True Or Is Null
[Forms]![Search]![checkRep] = "*"
On top of that if a field is blank I want it to pull all records with whichever criteria has been selected.
For the form it links to a query and the date range works but I can't seem to get the rest of it so i am trying to add the different criteria. Please help i am still new and am mostly self taught (besides what I have learned in here)
The code below is what I am trying to use on the criteria of the query
[Forms]![Search]![checkShow]=True Or Is Null
[Forms]![Search]![checkPend]=True Or Is Null
[Forms]![Search]![checkRep] = "*"