Guest_imported
New member
- Jan 1, 1970
- 0
I have an id number 1234567 where 7 is the "check" digit. I need to run a query that has the digits "123456" in one field, and 7 in another. I can get the 7 out, but due to varying id lengths, I can't always get the first digits out. I've tried mixing functions like -- left([id], len([id])- 1) but that doesn't seem to work. Any ideas?