Calculating Field

D

DBarker

I have a subform with an amount field, and I have added a
field to the subform to calculate the total of multiple
entries and I have that amount checked against the total
amount entered in the header. I have fixed the tab order
and for some reason that field is not updating when
tabbing through. This is effecting the validation
process and can not move any further.

Thanks,
Debbie
 
K

Kevin Sprinkel

What is the control source of the calculated control?
Something like:

= [fld1]+[fld2]+[fld3] ?

This will recalculate automatically if any of the the
fields involved in the calculation change.

HTH
Kevin Sprinkel
 
D

DBarker

It is a subform that contains a field Amount. For any
one ID there can be multiple entries of the subform and
the field amount. I want to calculate the totals of the
amounts entered and compare that with the total amount
entered by the user.

I have tried to post this several times and have not been
successful.

Debbie
-----Original Message-----
What is the control source of the calculated control?
Something like:

= [fld1]+[fld2]+[fld3] ?

This will recalculate automatically if any of the the
fields involved in the calculation change.

HTH
Kevin Sprinkel
-----Original Message-----
I have a subform with an amount field, and I have added a
field to the subform to calculate the total of multiple
entries and I have that amount checked against the total
amount entered in the header. I have fixed the tab order
and for some reason that field is not updating when
tabbing through. This is effecting the validation
process and can not move any further.

Thanks,
Debbie
.
.
 
D

DBarker

Never Mind I figured this out.

-----Original Message-----
It is a subform that contains a field Amount. For any
one ID there can be multiple entries of the subform and
the field amount. I want to calculate the totals of the
amounts entered and compare that with the total amount
entered by the user.

I have tried to post this several times and have not been
successful.

Debbie
-----Original Message-----
What is the control source of the calculated control?
Something like:

= [fld1]+[fld2]+[fld3] ?

This will recalculate automatically if any of the the
fields involved in the calculation change.

HTH
Kevin Sprinkel
-----Original Message-----
I have a subform with an amount field, and I have
added
.
 

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