A
Anthony Viscomi
I have 2 tables tblAccount & tblTransactions; tblAccount is related to the
tblTransactions via the AccoutID. I would like to add 1 new transaction
record for each AccountID within the tblAccount. Essientally, this is a rent
tracking DB the Tenants are stored within the tblAcount they all should pay
on a weekly basis and their $ amount is the same, thus a "mass update" would
be ideal. How can I achieve this?
Thanks,
Anthony
tblTransactions via the AccoutID. I would like to add 1 new transaction
record for each AccountID within the tblAccount. Essientally, this is a rent
tracking DB the Tenants are stored within the tblAcount they all should pay
on a weekly basis and their $ amount is the same, thus a "mass update" would
be ideal. How can I achieve this?
Thanks,
Anthony