I have a text field that is supposed to contain numeric data that I will need to convert to numeric to sum up. I managed to deal with odd negative notation and for the most part perform the conversion neatly...however...human error in data input throws a wrench into my plan, here and there. Problem is when a non-numeric string is encountered the report aborts with an error message stating non-numeric data...
How to get around it or correct this situation is what I'm asking...many thanks in advance for pointers or links.
How to get around it or correct this situation is what I'm asking...many thanks in advance for pointers or links.