Hello All, I need to extract some records from my table based on a particular date. for example I need to extract records with a DueDate on or before 12/08/2008. I need this because there are reminder letters that need to be printed and sent to the contacts and this is done once a week for all records with DueDate ending that week. I want to use a form to allow the user enter the cutoff dates for the records to be retrieved.
I have no idea where or how to write the query to extract this result. My thinking is that I would be somewhere in the command button's click method but...
pls can someone tell me what to do??
Many thanks
I have no idea where or how to write the query to extract this result. My thinking is that I would be somewhere in the command button's click method but...
pls can someone tell me what to do??
Many thanks