I have a basic maintenance schedule that i am trying to put together and i have a problem.
I have 3 Tables as seen in the relationships below [tblPMTask],[tblPMFrequency],[tblPMTaskCompletion]
I am trying to get the due date to populate with a date calculated by the [StartDate] + the amount of days in the Count field of tblPMFrequency.
I will then have a continuous form that lists all PM Tasks that have due dates equal to or past the "real time" date (Which i also do not know how to do
). When said due date is then complete via the completed tasks the count will take the latest date and add the count to it and display in the due date field. I'm sure i'm going about this the wrong way but i'm sure you catch my drift.
I have 3 Tables as seen in the relationships below [tblPMTask],[tblPMFrequency],[tblPMTaskCompletion]

I am trying to get the due date to populate with a date calculated by the [StartDate] + the amount of days in the Count field of tblPMFrequency.



I will then have a continuous form that lists all PM Tasks that have due dates equal to or past the "real time" date (Which i also do not know how to do
