Have been searching through the threads but can't find anything that seems to be close. I need to see if there is a way to have Access autogenerate new records on the 1st of each month. It could be done through a button click.
I have tables called Client and Fees. They are in a One to Many relationship. On the 1st of each month, a monthly fee needs to be assessed to all active clients who meet certain other criteria. Once I have those clients queried out, how would I go about having Access add a record to the fees table for each client?
Table - Client
ClientID
FirstName
LastName
Etc.....
Table - Fees
FeeID
ClientID
Date
FeeType
FeeAmount
Any hints would be appreciated!
I have tables called Client and Fees. They are in a One to Many relationship. On the 1st of each month, a monthly fee needs to be assessed to all active clients who meet certain other criteria. Once I have those clients queried out, how would I go about having Access add a record to the fees table for each client?
Table - Client
ClientID
FirstName
LastName
Etc.....
Table - Fees
FeeID
ClientID
Date
FeeType
FeeAmount
Any hints would be appreciated!