Oct 13, 2002 #1 johnnybwis Technical User Joined Mar 12, 2002 Messages 12 Location US Text box 53 has =[UnitsReceived]*[Subtotal] Text box 55 in footer has =Sum([Text53])
Oct 13, 2002 #2 PaulBricker Programmer Joined Sep 25, 2002 Messages 3,554 Location US Text box 55 in footer should be =Sum([UnitsReceived]*[Subtotal]) That should do it unless there is something else like a subreport in there. Paul Upvote 0 Downvote
Text box 55 in footer should be =Sum([UnitsReceived]*[Subtotal]) That should do it unless there is something else like a subreport in there. Paul