I have a table named tblItems.Each record has multiple fields named It1,It2,It3,It4,etc. etc. up to It25.These fields are numeric type.I am placing a calculated control on a form that will give me the sum of these 25 different fields for each record. My question is what's the most efficient way to write the formula in the calculated control's property. I assume there must be an easier way than =[It1]+[It2]+[It3]....+[It25]
Thanks for the help.
Thanks for the help.