BrockLanders
Programmer
Hi, I have a query with a date field and want to add criteria to only return records between certain dates. In the criteria section of the query for the date field I have Between [Enter a beginning date] And [Enter a ending date], which brings up two input boxes asking the user for each date. This works fine, but I'd like to take it one step further. The ending date is always five days after the beginning date so I'd like to include this logic somehow and only have to type the beginning date. I tried: Between [Enter a beginning date] And [Enter a beginning date]+5, but Access gives an error that the expression is too complex.
Any ideas how to accomplish this?
Thanks in advance for any help.
Any ideas how to accomplish this?
Thanks in advance for any help.