V
vvcano
how do i calculate in a form without creating a running sum?
how do i calculate in a form without creating a running sum?
Damian S said:Calculate what? How about:
=[field1] + [field2] + [field3]
Damian.
vvcano said:how do i calculate in a form without creating a running sum?
i'm entering data into my forms. one field is going to have a grand total.
however the grand total should be different for every form "entry". does
this make sense?
i have put in the formula that i want however on the next form it gives me
the total for the previous form.
i'm sorry if this is confusing.
i'm trying to prevent a running sum in a calculated field. i don't want
this sum to be added to the next entry i make in the form.
my table consist of number of items, total dollar amount for the states ofJohn Vinson said:It's rather difficult to CREATE a running sum in an Access form. It
certainly does NOT build running sums on its own.
Please answer these questions:
1. What is the Recordsource of your form? If it's a table, describe
the fields. If it's a Query, please post the SQL view of the Query.
see below
my table consist of number of items, total dollar amount for the states of
AZ, CA, and NV. I work in an operations environment for a bank.
however each section on the form needs it's own daily total. should i do avvcano said:see below
my table consist of number of items, total dollar amount for the states of
AZ, CA, and NV. I work in an operations environment for a bank.