G
Guest
I am creating a database that auto schedules service calls. So far I've had a
few run ins but right now I am stuck. I want to auto calculate the next
service date
in my table I have a lastservice date, next service date, and service interval
I am using the following formula in the nextservice date field.
=DateAdd("m",[ServiceInterval],[ServiceDate])
what I want to do is after the service has been completed add a check box.
when the check box is checked I want it to automatically schedule a next
service date, by moving the current servicedate to the lastservice date and
then my above formula will automatically do the rest.
please help me.
few run ins but right now I am stuck. I want to auto calculate the next
service date
in my table I have a lastservice date, next service date, and service interval
I am using the following formula in the nextservice date field.
=DateAdd("m",[ServiceInterval],[ServiceDate])
what I want to do is after the service has been completed add a check box.
when the check box is checked I want it to automatically schedule a next
service date, by moving the current servicedate to the lastservice date and
then my above formula will automatically do the rest.
please help me.