Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing 30 day look ahead 1

Status
Not open for further replies.

EllieFant

MIS
Joined
May 15, 2001
Messages
513
Location
US
I want to print a report that looks at the duedate column and prints all items due between the print date (the date the print button is pushed) ahead 30 days.

I know this would go in the critera of the duedate column in a query. I am just not sure what exactly would go there.

I tried between date() and +30

I need a hint please. Ellie
**Using Access 97**

lena.wood@wgint.com (work)
ellefant@bossig.com (home)
 
Hi Ellie, try: Between Date() And Date()+30 I have Access 2000, but I think that should work.

Dawn
 

Where DueDate Between date() And date()+30

OR

Where DueDate Between date() And DateAdd("d", 30, date()) Terry Broadbent
Please review faq183-874.

"The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge." - Daniel J Boorstin
 
Thanks Dawn, that seems to work just great!! Ellie
**Using Access 97**

lena.wood@wgint.com (work)
ellefant@bossig.com (home)
 
I am glad to hear that! :) If you don't mind, would you mark this post helpful so that it might help others...Thanks a bunch! Dawn
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top