S
Scott
I have a table with info in a certain format..it looks
like this.
6dig# name,lastname
so it would be
123456 scott,jones
is there a way to create a query that if a column is not
in that format it will bring it back as being wrong?
I then have another column that I need to create a query
that will pull anything that does not include a letter or
number so the following would be ok
123456kkkj but the next would not be ok
1234556-0h
Thanks for any help!
Scott
like this.
6dig# name,lastname
so it would be
123456 scott,jones
is there a way to create a query that if a column is not
in that format it will bring it back as being wrong?
I then have another column that I need to create a query
that will pull anything that does not include a letter or
number so the following would be ok
123456kkkj but the next would not be ok
1234556-0h
Thanks for any help!
Scott