View Single Post
  #1  
Old August 28th 06, 11:14 PM posted to microsoft.public.outlook.program_forms
JohnnyF
external usenet poster
 
Posts: 2
Default How do I sum up two different columns within a subform?

I have two columns in a subform for an invoicing system, LineTotal and
CostLineTotal. When I use the sum command, i.e. Sum([LineTotal]) once in the
footer it works fine but when I try Sum([CostLineTotal]) aswell, errors come
up with both summations. Both work fine when I cut out the other one but I
want the two to work simultaneously
Ads