postmanphat
Technical User
Hi,
So I've got a form that displays a load of stats about my database that are calculated using simple count queries. The form is based on a query that itself draws figures in from 12 other count queries. No Problem so far - the form displays all 12 counts fine. The problem comes when I simply try to display the total of the 12 fields on the form in a textbox using =sum([field1]+[field2]+[field3]....) It is quite happy to do this fine with up to 10 fields in the formula, but as soon as you add the 11th, it returns an error!? And its not the field because it doesn't matter waht the 11th field is, it just doesn't like trying to add up more than 10 fields.
Any ideas how I might get round this would be most appreciated.
Dave
Oh - I'm using Access 2000
So I've got a form that displays a load of stats about my database that are calculated using simple count queries. The form is based on a query that itself draws figures in from 12 other count queries. No Problem so far - the form displays all 12 counts fine. The problem comes when I simply try to display the total of the 12 fields on the form in a textbox using =sum([field1]+[field2]+[field3]....) It is quite happy to do this fine with up to 10 fields in the formula, but as soon as you add the 11th, it returns an error!? And its not the field because it doesn't matter waht the 11th field is, it just doesn't like trying to add up more than 10 fields.
Any ideas how I might get round this would be most appreciated.
Dave
Oh - I'm using Access 2000