Sum

J

John

Hi
I have a bound field in the details section on my form which shows the price
of items in stock.
nect to this field I have an unbound field with the following inserted.
=sum([Price])
I am trying to get a sum of the price field. The textbox [sumprice] just
shows me "error"

Any Ideas

Regards

John
 
J

John W. Vinson

Hi
I have a bound field in the details section on my form which shows the price
of items in stock.
nect to this field I have an unbound field with the following inserted.
=sum([Price])
I am trying to get a sum of the price field. The textbox [sumprice] just
shows me "error"

The Sum control must be in the form's Footer - not in the detail section.

John W. Vinson [MVP]
 
J

John

Many Thanks John
Kind Regards

John

John W. Vinson said:
Hi
I have a bound field in the details section on my form which shows the
price
of items in stock.
nect to this field I have an unbound field with the following inserted.
=sum([Price])
I am trying to get a sum of the price field. The textbox [sumprice] just
shows me "error"

The Sum control must be in the form's Footer - not in the detail section.

John W. Vinson [MVP]
 
Top