I am working on a database for my hospital that tracks patients that smoke. In the database I have a
I am working on a database for my hospital that tracks patients that smoke. In the database I have a

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
I have taken a slightly different approach. In the attached version of your database, I have created 3 queries: qry1Week, qry1Month and qry3Months. They return a list of patients that should be called for the 1 week, 1 month or 3 months follow-up within 4 days from the date entered in the form. You can either create 3 reports based on these queries (and place them as subreports on a main report if you wish), or combine the results in a union query and base a report on that query.
This is perfect. I have learned so much from you.
I was trying similar things but not DateAdd.
Thank you.