Calculated Total on Form

G

Guest

Hi, I have a form that has an unbound field with a calculated subtotal.

What I would like to know, is how can I make a another field that has the
total sum of all records using the results of the above calculated subtotal.
 
G

Guest

Just to be more clear:
I have an unbound calculated field [subtotal]

I have 20 records total

I would like to add in my Form next to my [subtotal] field another unbound
calculated field that has the sum of the field [subtotal] for all 20 records.

Thanks.
 
G

Guest

BTW, I've tried =SUM([fieldname]) but that does not work. Any thoughts? Do
I have to put my calculated field in a table? I did'nt because I understood
that that was bad to do.

Thanks.



Chipmunk said:
Just to be more clear:
I have an unbound calculated field [subtotal]

I have 20 records total

I would like to add in my Form next to my [subtotal] field another unbound
calculated field that has the sum of the field [subtotal] for all 20 records.

Thanks.

Chipmunk said:
Hi, I have a form that has an unbound field with a calculated subtotal.

What I would like to know, is how can I make a another field that has the
total sum of all records using the results of the above calculated subtotal.
 
S

storrboy

BTW, I've tried =SUM([fieldname]) but that does not work. Any thoughts? Do
I have to put my calculated field in a table? I did'nt because I understood
that that was bad to do.

Thanks.

Chipmunk said:
Just to be more clear:
I have an unbound calculated field [subtotal]
I have 20 records total
I would like to add in my Form next to my [subtotal] field another unbound
calculated field that has the sum of the field [subtotal] for all 20 records.

Hi, I have a form that has an unbound field with a calculated subtotal.
What I would like to know, is how can I make a another field that has the
total sum of all records using the results of the above calculated subtotal.


Can I assume this is a for in datasheet or continuous form view? Where
on the form is [Subtotal] - in the detail section? If so I believe the
new texbox should be in the form footer section and have a control
source of =Sum([SubTotal])
 
G

Guest

I tried that. I have an unbound field in the form header. in that unbound
field i have the equation: =[Hrs to Dollars]+[Material]

that equation works fine for each form. What I need is to also show what
the total of all my Subtotals.



storrboy said:
BTW, I've tried =SUM([fieldname]) but that does not work. Any thoughts? Do
I have to put my calculated field in a table? I did'nt because I understood
that that was bad to do.

Thanks.

Chipmunk said:
Just to be more clear:
I have an unbound calculated field [subtotal]
I have 20 records total
I would like to add in my Form next to my [subtotal] field another unbound
calculated field that has the sum of the field [subtotal] for all 20 records.

"Chipmunk" wrote:
Hi, I have a form that has an unbound field with a calculated subtotal.
What I would like to know, is how can I make a another field that has the
total sum of all records using the results of the above calculated subtotal.


Can I assume this is a for in datasheet or continuous form view? Where
on the form is [Subtotal] - in the detail section? If so I believe the
new texbox should be in the form footer section and have a control
source of =Sum([SubTotal])
 
G

Guest

I guess this situation warrants doing a calculation in a bounded field, that
is the only way I can get this to work.



Chipmunk said:
I tried that. I have an unbound field in the form header. in that unbound
field i have the equation: =[Hrs to Dollars]+[Material]

that equation works fine for each form. What I need is to also show what
the total of all my Subtotals.



storrboy said:
BTW, I've tried =SUM([fieldname]) but that does not work. Any thoughts? Do
I have to put my calculated field in a table? I did'nt because I understood
that that was bad to do.

Thanks.

:
Just to be more clear:
I have an unbound calculated field [subtotal]

I have 20 records total

I would like to add in my Form next to my [subtotal] field another unbound
calculated field that has the sum of the field [subtotal] for all 20 records.

Thanks.

:

Hi, I have a form that has an unbound field with a calculated subtotal.

What I would like to know, is how can I make a another field that has the
total sum of all records using the results of the above calculated subtotal.


Can I assume this is a for in datasheet or continuous form view? Where
on the form is [Subtotal] - in the detail section? If so I believe the
new texbox should be in the form footer section and have a control
source of =Sum([SubTotal])
 

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