JustPunkin
Registered User.
- Local time
- Today, 14:10
- Joined
- Jan 8, 2009
- Messages
- 38
I'm not even sure where to begin with this question. I am trying to come up with a query that will report on documents that have a submittal date prior to todays date.
We have a database that tracks when drawings and documents are due. I've designed a query that will allow me to return records that are due between a certain time frame and that haven't been submitted already (based on a Is Null criteria). It's a parameter query that searches "Between [Start Date] and [End Date]"
The person who will be using this database wants a query that will return late/overdue documents. I don't want to have to put in an start date, just an end date (or simply use the current date). What criteria would I use to search all records before the current date?
I hope that makes sense.
Thanks!
Brenda
We have a database that tracks when drawings and documents are due. I've designed a query that will allow me to return records that are due between a certain time frame and that haven't been submitted already (based on a Is Null criteria). It's a parameter query that searches "Between [Start Date] and [End Date]"
The person who will be using this database wants a query that will return late/overdue documents. I don't want to have to put in an start date, just an end date (or simply use the current date). What criteria would I use to search all records before the current date?
I hope that makes sense.
Thanks!
Brenda