D
dean.brunne
Hi,
I want to loop through the fields and only delete if the total of the
field is zero. Here is some air code that I need help with.
For each fld in tdf.Fields
lngTotal = sum(fld.Name)
If lngTotal = 0 Then
'Delete field
Do not how to do the sum in code.
Please advise.
I want to loop through the fields and only delete if the total of the
field is zero. Here is some air code that I need help with.
For each fld in tdf.Fields
lngTotal = sum(fld.Name)
If lngTotal = 0 Then
'Delete field
Do not how to do the sum in code.
Please advise.