accounting template

E

erictbone

I am using an accounting template database and my transaction listing will
not show a balance in a layout or print report ie
=[DepositAccounts]-[WithdrawalAccounts] also the
=Sum([DepositAccounts]-[WithdrawalAccounts]) will not display either...I need
help
 
A

Al Campagna

erictbone,
Not very much info to go on... a few simple examples would be helpful.
If your form is like a checkbook...
Trans Date Payee Debits Credits
21 1/1/08 XYZ Co. 100.00
22 1/2/08 Deposit 500.00
23 1/10/08 ABC Co. 100.00
-------------------
200.00 500.00 Balance
= 300.00
In the form footer, = Sum(Debits) would give you the sum of debits
(200.00)
Same with =Sum(Credits) yields 500.00
And Balance would be... = Sum(Credits) - Sum(Debits)

Use the same method in a Report Footer.
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top