Report Sum

rschultz

Registered User.
Local time
Today, 21:46
Joined
Apr 25, 2001
Messages
96
I have the following code in a texbox called "Compact" :

=IIf([Prod_List] Like '*Compact',[Weigh_Net],0)

Thanks to Pat it's working fine. But in the [Date] footer, I tried to sum that textbox with

=Sum([Compact])

but I get an 'Enter Parameter Compact' box. I know I've done this before, what am I doing wrong?
 
as soon as I saw your answer I remembered. Thanks again
 

Users who are viewing this thread

Back
Top Bottom