D
DonK
Hi, I have designed a db for home finances. Simple Spend/Recieve/Bills/Loans
etc.
I use two main tables: tblTransactionsParent and tblTransactions. The Parent
table records the AccountID, date and misc notes while the Transactions table
has the detail: spendamount, recieveamount, payee, category etc. (I use 2
tables because we may withdraw X from an ATM and spend Y on gas and Z on
food. This is totalled on a form or report as needed).
What I want to do is add a "Transfer" function. That is, move an amount from
one AccountID to another.
Could anybody suggest code/help/websites that may point me in the right
direction?
TIA, Don.
etc.
I use two main tables: tblTransactionsParent and tblTransactions. The Parent
table records the AccountID, date and misc notes while the Transactions table
has the detail: spendamount, recieveamount, payee, category etc. (I use 2
tables because we may withdraw X from an ATM and spend Y on gas and Z on
food. This is totalled on a form or report as needed).
What I want to do is add a "Transfer" function. That is, move an amount from
one AccountID to another.
Could anybody suggest code/help/websites that may point me in the right
direction?
TIA, Don.