Hi,
I know I've seen this done before, but now I can't find it.
I have a field in my database that has a 13 digit number, I need to find all records that end with 001, 002, 003 etc. Basically I need to find all records that don't end with 000.
I'm trying to recall how it's done, I thought what you did was write the query so it excludes the first 10 numbers and only looks at the last 3. Is that right?
I know I've seen this done before, but now I can't find it.
I have a field in my database that has a 13 digit number, I need to find all records that end with 001, 002, 003 etc. Basically I need to find all records that don't end with 000.
I'm trying to recall how it's done, I thought what you did was write the query so it excludes the first 10 numbers and only looks at the last 3. Is that right?