I have a data set of 2100 records (this time, the data sets are different each time). I need to check whether all 9 characters of a field are numerical. The data is stored in a text field. If there is one or more position that is not numerical, I need to produce a report with that field (I also have a unique ID for each record that I'd display).
I created a query that produces a separate column for each of the 9 positions (POS1, POS2, POS3....you get the idea).
In the query, I can do a manual descending sort to find characters that come after 9. I'd really like to automate this. Any suggestions. Not so good at VB. Thanks
I created a query that produces a separate column for each of the 9 positions (POS1, POS2, POS3....you get the idea).
In the query, I can do a manual descending sort to find characters that come after 9. I'd really like to automate this. Any suggestions. Not so good at VB. Thanks