I have a query that I want to apply 2 separate criteria to.
"Date" = Between startdate and enddate AND "hazmat" = True.
For some reason it isn't working. Date is a date field and hazmat is a yes/no field. The query returns all records between start and end date and flags the hazmat field =true.
I know that the way I'm doing this worked in Access 97 but apparently it won;t in Access 2000.
Thanks
"Date" = Between startdate and enddate AND "hazmat" = True.
For some reason it isn't working. Date is a date field and hazmat is a yes/no field. The query returns all records between start and end date and flags the hazmat field =true.
I know that the way I'm doing this worked in Access 97 but apparently it won;t in Access 2000.
Thanks