I'm not sure how to solve my problem. Every month birthday cards are mailed to clients. I have created a query that reads from a form based on user input of "StartDate" and "EndDate".
1. Between [Forms]![frmDOB]![StartDate] And [Forms]![frmDOB]![EndDate]
2. report is then executed based on user entry.
However, I would like to create a query and/or a macro to automatically executes when the database opens identifying the current month's birthday (similar to a reminder that occurs withing 10 days of the month ending) and this information is sent to a report. Is this possible? Sample code or illustrations are welcomed.
Thank you in advance,
debo
1. Between [Forms]![frmDOB]![StartDate] And [Forms]![frmDOB]![EndDate]
2. report is then executed based on user entry.
However, I would like to create a query and/or a macro to automatically executes when the database opens identifying the current month's birthday (similar to a reminder that occurs withing 10 days of the month ending) and this information is sent to a report. Is this possible? Sample code or illustrations are welcomed.
Thank you in advance,
debo