G
Guest
Hello,
I have two tables:
Accounts (Fields: Accound ID, Account Name)
Account Transactions (Fields: TranID, AccountID, TranDate, TranAmount)
I have a form that displays all my accounts from the Accounts Table.
In the above form I would like to also include an unbound field that TOTALS
the TranAmount from the Account Transactions Table.
How can I do it?
I have two tables:
Accounts (Fields: Accound ID, Account Name)
Account Transactions (Fields: TranID, AccountID, TranDate, TranAmount)
I have a form that displays all my accounts from the Accounts Table.
In the above form I would like to also include an unbound field that TOTALS
the TranAmount from the Account Transactions Table.
How can I do it?