View Full Version : Another Subform question


aporkalypse_now
03-26-2002, 05:24 AM
I have created my purchase order subform. I am trying to create an expression that calculates my grand total and I have tried all of these

=[name of subform].[form]![Grand Total] and I keep getting "name" in my box where I want the expression to be calculated. I have also tried using the xpression builder in vain. What am I doing wrong?

JCross
03-27-2002, 09:24 AM
just guessing but if you have line totals on your subform shouldn't it just be...

=SUM[linetotal]

Jennifer