I need to keep a total of each field within a tabel. Is there a way with an SQL statement in my SP to loop through the fields in each record without being forced to name each field specifically. This is a large table, and I'm trying to get away from something like "Field1Tot = Field1Tot + Field1." Maybe some kind of For/Next loop?
Thanks for any help.
Thanks for any help.