I have a query that I want to pull all records which the field is called "RECORD DATE" with amounts in certain fields. My query has other fields, but here are the criteria fields
RECORD DATE week of 11/18 week of 11/24 week of 12/1
Between "1" and "4"
or Between "1" and "4" Between "1" and "4"
I have several date fields and I want to pull all the records that have information in the "week of" fields. I have 9 of those fields. Right now I only get the records with the date of 11/18. Thanks.
RECORD DATE week of 11/18 week of 11/24 week of 12/1
Between "1" and "4"
or Between "1" and "4" Between "1" and "4"
I have several date fields and I want to pull all the records that have information in the "week of" fields. I have 9 of those fields. Right now I only get the records with the date of 11/18. Thanks.