Another Subform question

aporkalypse_now

New member
Local time
Today, 11:53
Joined
Mar 8, 2002
Messages
7
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?
 
just guessing but if you have line totals on your subform shouldn't it just be...

=SUM[linetotal]

Jennifer
 

Users who are viewing this thread

Back
Top Bottom