G
Guest
I am using Access 2000. What I want to accomplish is a report that will
display a list of all customers that are due for service.
Currently, I have a service entry form that allows me to enter the date in
which our company serviced an individual customer. The form shows all of the
times that we serviced an individual customer, though. We need to service a
customer every 7, 10, or 14 days depending on the customer preference.
I have been trying to use a query to look at the ServiceDate and return all
Customer info for those that have not been serviced according to
ScheduledInterval.
Ex, Customer "Smith" was serviced on Jan 1, 2005 and Jan 10, 2005. He is to
be serviced every 10 days. So his next Due Date is Jan 20, 2005
The problem is that I need to get the query to only look at the LastDate
that we performed a service otherwise it will return all the Customers
because it will see a service that was performed, say, last month and display
that customer even though we may have performed service for them within their
ScheduleInterval.
I would appreciate it greatly if someone could point me in the right
direction.
Thank you.
display a list of all customers that are due for service.
Currently, I have a service entry form that allows me to enter the date in
which our company serviced an individual customer. The form shows all of the
times that we serviced an individual customer, though. We need to service a
customer every 7, 10, or 14 days depending on the customer preference.
I have been trying to use a query to look at the ServiceDate and return all
Customer info for those that have not been serviced according to
ScheduledInterval.
Ex, Customer "Smith" was serviced on Jan 1, 2005 and Jan 10, 2005. He is to
be serviced every 10 days. So his next Due Date is Jan 20, 2005
The problem is that I need to get the query to only look at the LastDate
that we performed a service otherwise it will return all the Customers
because it will see a service that was performed, say, last month and display
that customer even though we may have performed service for them within their
ScheduleInterval.
I would appreciate it greatly if someone could point me in the right
direction.
Thank you.