Hello,
I'm trying to write a query that will do the following... I'll give a quick background:
When a machine is installed, I record an installation date. We would like to automatically send a notice to our customers 6 months past this install date regarding scheduled maintenance.
Right now all I have is the notice, which is a report in Access with a query attached that pulls all machine sales that have install dates.
I'm not sure how to reference this situation... or how to start addressing the problem.
Basically:
Customer(CustomerID, CustomerName, CustomerEmail)
MachineDetail(DetailID, CustomerID, ModelID)
MachineModel(ModelID,ModelName)
InstallInfo(InstallID, DetailID, InstallComplete)
Please help

Thanks,
Cherish