Hi everyone,
I have 2 tables: tblMembers and tblPayments
tblMembers: member_id, f_name, l_name, active
tblPayments: member_id, payment_code, month, year, sum …
At the beginning of each year, I would like to add records for all active members for each month in tblPayments.
Anyone got any ideas?
I have 2 tables: tblMembers and tblPayments
tblMembers: member_id, f_name, l_name, active
tblPayments: member_id, payment_code, month, year, sum …
At the beginning of each year, I would like to add records for all active members for each month in tblPayments.
Anyone got any ideas?