I'm trying to calculate 2 seperate fields in a subform
First one is TotalQuantity
I have =Sum([Quantity]) in the subform footer
I then show this total on the main form with =Windows.Form!T otalQuantity
The above works no problem
The Second one I calculate is TotalPrice
I have =nz(Sum(ExtPric e)) in the subform footer
I then show this total on the mian form with =Windows.Form!T otalPrice
This doesn't work, I get an error on the main form.
What also baffles me is once I add the calculations for the second field, the first one also gives me an error and no longer works. I've searched various resources for over an hour and can't figure it out. HELP me plpease =)
First one is TotalQuantity
I have =Sum([Quantity]) in the subform footer
I then show this total on the main form with =Windows.Form!T otalQuantity
The above works no problem
The Second one I calculate is TotalPrice
I have =nz(Sum(ExtPric e)) in the subform footer
I then show this total on the mian form with =Windows.Form!T otalPrice
This doesn't work, I get an error on the main form.
What also baffles me is once I add the calculations for the second field, the first one also gives me an error and no longer works. I've searched various resources for over an hour and can't figure it out. HELP me plpease =)
Comment