G
Guest
I have created a search form where my user can select any or all of a number
of criteria. One of the criteria includes a date range. I am using the
filter with DoCmd.OpenReport when the user clicks a button on the form.
Currently my filter statement looks something like this:
"Status = 'Aproved' OR Status = 'Declined' AND Date = #1/1/2006#"
I want to make sure that the date is the most important criteria then look
for Approved or Declined items for that date. Any ideas?
Thanks,
Rich
of criteria. One of the criteria includes a date range. I am using the
filter with DoCmd.OpenReport when the user clicks a button on the form.
Currently my filter statement looks something like this:
"Status = 'Aproved' OR Status = 'Declined' AND Date = #1/1/2006#"
I want to make sure that the date is the most important criteria then look
for Approved or Declined items for that date. Any ideas?
Thanks,
Rich