help with a running balance on a form

B

Brook

good day all,

I have a frmchecking that I would like to create a running balance. I have
tried: Balance = Balance - Debit_Credit, but this creates balance for all
records and not for each individual record. How can I set it up to create a
new balance for each record? Should I refeerence is unique id field? and if
so how?

Thanks,

Brook
 
C

Chris M via AccessMonster.com

If Balance and Debit_Credit are seperate fields, then you can create a new
calculated control that contains the formula = Balance - Debit_Credit in
the details section.
 

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