Ending and Beginning Balances

Z

znibk

How do I develop a query or form where my latest ending balance will be my
beginning balance? I would be extremely greatful to whoever can help me out.
 
A

Arvin Meyer [MVP]

Beginning and Ending balances are generally calculations and are not (and
should not be) stored anywhere. You can use DSum to get the total that
exists in a table or query and view that value in the header of a form (or
report).
 
Top