X
Xfree
I have looked an several posts on the subject of totals and grand totals on
sub-forms and forms with sub-forms and still can't get mine to work.
I have a sub-form called [Schedule] with the fields: part number,
numbermolds, and pourwt. everything works when I add a new record as far as
selecting a part number then it shows the proper pour weight. Then I enter a
number in the "numbermolds" field.
1st i need to total the line for that record =numbermolds*Pourwt to get
total pourwt per line item. Which I have done with no issues using: Pourwt
line item=[Numbermolds]*[Pourwt].
2nd I need to show a running total of the in the footer of the subreport
showing the total of Pourwt line item as I add records to the subreport. I
cant seem to get this to work. I have tried =Sum([Pourwt line item]) and have
also tried it with the Nz statement added.
Any help would be appreciated.
sub-forms and forms with sub-forms and still can't get mine to work.
I have a sub-form called [Schedule] with the fields: part number,
numbermolds, and pourwt. everything works when I add a new record as far as
selecting a part number then it shows the proper pour weight. Then I enter a
number in the "numbermolds" field.
1st i need to total the line for that record =numbermolds*Pourwt to get
total pourwt per line item. Which I have done with no issues using: Pourwt
line item=[Numbermolds]*[Pourwt].
2nd I need to show a running total of the in the footer of the subreport
showing the total of Pourwt line item as I add records to the subreport. I
cant seem to get this to work. I have tried =Sum([Pourwt line item]) and have
also tried it with the Nz statement added.
Any help would be appreciated.