Good afternoon
I am looking to see if I can extra the numbers before a zero in an access query?
IndexRef
1543080000011290
1543080000009170
1543080000011360
1543080000011510
I am looking to extra the number from the right prior to the 0 so if I was successful I would like an output from the query as follows
11290
9170
11360
11510
I am a bit unsure as I don't want to use left([IndexRef]) as the data I am aligning to doesn't hold the preceding 0's
thanks in advance
Gavin
I am looking to see if I can extra the numbers before a zero in an access query?
IndexRef
1543080000011290
1543080000009170
1543080000011360
1543080000011510
I am looking to extra the number from the right prior to the 0 so if I was successful I would like an output from the query as follows
11290
9170
11360
11510
I am a bit unsure as I don't want to use left([IndexRef]) as the data I am aligning to doesn't hold the preceding 0's
thanks in advance
Gavin