Hi,
I have had some users enter social security numbers of 10 numbers instead of 9. I have since added an edit to the entry screen. However I want to find all these records so they can be corrected. I know there is data on the file of 10 numbers instead of 9. I tried this query, and got no results.
SELECT *
FROM
.[EP3_14]
WHERE ID_1006 > '999999999'
ID_1006 was created, and defined before I got involved, and it is 25 characters long. I thought of doing something with the LEFT command, but wondered if there was an easier way. Thank you in advance for your answers.
I have had some users enter social security numbers of 10 numbers instead of 9. I have since added an edit to the entry screen. However I want to find all these records so they can be corrected. I know there is data on the file of 10 numbers instead of 9. I tried this query, and got no results.
SELECT *
FROM
![[elvis] [elvis] [elvis]](/data/assets/smilies/elvis.gif)
WHERE ID_1006 > '999999999'
ID_1006 was created, and defined before I got involved, and it is 25 characters long. I thought of doing something with the LEFT command, but wondered if there was an easier way. Thank you in advance for your answers.