H
Hank
I am trying to set up a table showing payment due dates. The due date of
the 1st payment will be the first Friday following the StartDate and each
Friday thereafter - Until StopDate. Exceptions would be when we are closed
for Christmas, Spring Break, etc.
Now my table has the following fields:
PaymentID (autoNumber)
DueDate - For now I manually enter the due date (takes a while)
PmtDate - Date the payment was received.
Notes - Misc Text field
ContactID - Linked to list from the student table.
Possible new fields would be:
StartDate:
StopDate:
PastDueAmt: - to alert me when payments are not made after 2 weeks.
Any help to start me in the right direction would be appreciated.
Hank
the 1st payment will be the first Friday following the StartDate and each
Friday thereafter - Until StopDate. Exceptions would be when we are closed
for Christmas, Spring Break, etc.
Now my table has the following fields:
PaymentID (autoNumber)
DueDate - For now I manually enter the due date (takes a while)
PmtDate - Date the payment was received.
Notes - Misc Text field
ContactID - Linked to list from the student table.
Possible new fields would be:
StartDate:
StopDate:
PastDueAmt: - to alert me when payments are not made after 2 weeks.
Any help to start me in the right direction would be appreciated.
Hank