OK. This has got to be something simple, but I’ve tried everything I can think of or find in my books or sample DBs for the last three evenings and can’t get it. I’m used to databases that keep track of people – this one keeps track of money.
I have a subform. It is linked to the main form by TransactionID. All I want is a field (TransTotal – unbound) on the main form (F_Transactions) that will display the total of the amounts (DetAmount) from the subform (F_TransactionDetailsSub) for that transaction. Seems like it should be simple – but I’m completely stumped. At one point I had it so it almost worked – but it was always one entry behind the subform. That was several experiments ago, and I’m completely back to square one now.
Can someone point me in the right direction or refer me to something that will explain how to do this?
-cynthia