I have a table with 32 fields.
Is there a shorter way - [ other than select sum(field1 + field2 + ... Field32] to get the sum of all fields for a date range.
I know, I know, once I create the query I can save it for future use but I have over 60 tables.
I just want to find [and maybe delete] all the entries that have a zero value for the sum of all fields.
Thanks