D
Daren White
I have a table with numeric fields in. I want to run a macro which deletes
rows of the table if the result of a field is 0. I cannot seem to get the
result into VBA. I have called the field POAC and bookmarked it ANSPC but
when I put in if POAC = 0 then application.run macroname:="tidyup" it runs
the macro even when the field is greater than 0
Any idea
rows of the table if the result of a field is 0. I cannot seem to get the
result into VBA. I have called the field POAC and bookmarked it ANSPC but
when I put in if POAC = 0 then application.run macroname:="tidyup" it runs
the macro even when the field is greater than 0
Any idea