I need to query a text field where the last 1 or 6 positions of the field always consists of a number. I want to be able to query that number. Now normally I would expect a seperate field in the table for that number. Alas, the manufacturer of the program has decided to store it in this way:
"some odd text <space>123456"
Now I am building a custum report not available in the program. Any ideas as to how I could query the number?
"some odd text <space>123456"
Now I am building a custum report not available in the program. Any ideas as to how I could query the number?