Sum Function as Control Source

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on a purchase order database. I am trying to get a subtotal for
an order. The code I am using for the control source for the subtotal is:

=sum([LineTotal])

It gives me an #Error. Any ideas?

Thanks,

Troy W.
 
Troy said:
I am working on a purchase order database. I am trying to get a
subtotal for an order. The code I am using for the control source
for the subtotal is:

=sum([LineTotal])

It gives me an #Error. Any ideas?

Where did you put this control? Assuming this is a continuous form it needs
to go in the Form's footer or header section.
 
Back
Top