G
Guest
I have a table that contains a large number of records, each of which is a
job. Each record has a date that we need to do the job.
I also have a query that displays all the jobs for a particular day by
having [Date] in the criteria for the date column.
I need to get the query to display jobs for the date I input plus the next 3
days after that. I thought the following would work but it doesn't:
[Date] AND [Date]+1 AND [Date]+2 AND [Date]+3
What function do I need to use in order to achieve my goal?
Thanks
Chris
job. Each record has a date that we need to do the job.
I also have a query that displays all the jobs for a particular day by
having [Date] in the criteria for the date column.
I need to get the query to display jobs for the date I input plus the next 3
days after that. I thought the following would work but it doesn't:
[Date] AND [Date]+1 AND [Date]+2 AND [Date]+3
What function do I need to use in order to achieve my goal?
Thanks
Chris