Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sum problem with Access 2003 1

Status
Not open for further replies.

wokkie

Programmer
May 9, 2003
52
GB
Hi,

I have a continuous form with orders in it, description, price etc.

I want to have a field in the footer which will show the sum of the prices, =Sum([txtPrice)] but this shows #Error.

I would also like to do a count =Count([txtItemID]) but this doesn't work either.

I am sure that I have done this in Access 2000 and can't see what it isn't working here.

Does anyone know how to do what I want?

Thanks,

Ian
 
From your description, it seems you're trying to use the sum function on form controls, try using the names of the fields the controls are bound to.

Roy-Vidar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top