Hey guys,
I'm working on a budgeting DB and have been pulling my hair out for a few hours on this and I'm wondering if there is a way to do it.
I have 3 tables: Tbl 1 (Transaction), Tbl 2 (Account), tbl 3 (SubAccount).
What I'd like to do when the user opens the form it queries the number of their sub accounts and the budget amount attributed to them. Once they enter a figure in an unbound box, the form splits that figure based off of the number of and percentage of the sub accounts then automatically stamps a new entry into the Transaction table with a new record for each of the subaccounts.