J
John David
I know I should have used a Query of some sort, but I
didn't realize I would have this problem.
I have a form with a subform and within the subform I have
data input lines. It's very straightforward in that each
line has Units and Cost that are multiplied together to
provide a total on each line, which works.
Then, in order to see the total on the Form, I have to add
up the sum of the totals in the Form Footer using =Sum
([Total])(although I don't know if this works, since it
doesn't show up on the form itself). Then I have to
reference that same box on the main form using a formula
(kind of involved, but basically "in the form, in the
subform, this box", which I'm sure I have right according
to the book I'm using (Access 2002 Bible) but it comes up
either blank or with an "Err" message.
Can anyone help me? Thanks.
didn't realize I would have this problem.
I have a form with a subform and within the subform I have
data input lines. It's very straightforward in that each
line has Units and Cost that are multiplied together to
provide a total on each line, which works.
Then, in order to see the total on the Form, I have to add
up the sum of the totals in the Form Footer using =Sum
([Total])(although I don't know if this works, since it
doesn't show up on the form itself). Then I have to
reference that same box on the main form using a formula
(kind of involved, but basically "in the form, in the
subform, this box", which I'm sure I have right according
to the book I'm using (Access 2002 Bible) but it comes up
either blank or with an "Err" message.
Can anyone help me? Thanks.