I'm building a database to store client information and I would like to be able to generate monthly reports that specifies clients for me to contact. I want the report to show clients with an upcoming birthday (within 30 days), clients whom I haven't contacted in over 60 days (i have a date field in the client table for the last contact date) and clients with contracts due to expire within 4 months (i have a seperate table where I have an expiry date field).
I've got background developing databases but i'm a little rusty since it's been a while. I know how to input/hide/show fields in the query but I need help with the expressions. Any ideas on how I should word them?
Much appreciated.
I've got background developing databases but i'm a little rusty since it's been a while. I know how to input/hide/show fields in the query but I need help with the expressions. Any ideas on how I should word them?
Much appreciated.