Totals on a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a beg Bal + Production - Shipped as a calculation for ending Bal.
1. How do you add ending Bal to a table
2. On the next record Beg Bal should be ending bal but I do not know how to
do this
3. To have an ending bal per day. How can I do this.

Thanks anyone who can help
 
Kathy said:
I have a beg Bal + Production - Shipped as a calculation for ending
Bal.
1. How do you add ending Bal to a table
2. On the next record Beg Bal should be ending bal but I do not know
how to do this
3. To have an ending bal per day. How can I do this.

Thanks anyone who can help

I don't know how much you know about Access so let me start off with a
few observation and then you can tell us what helps and what makes no sense
to you. :-)

You should not store these results (or almost any computed value) in a
table. You should re-compute it each time you want to see it.

In a report you would group by day and do the computations using hidden
and viable fields in different parts of the report.
 

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

Back
Top