T
tom
I have a query with a field which strips numerics and
sometimes results with two numbers put together.
So for example I have two queries that I want to join.
Query 1 Query 2
123456 123
456
To look like this
123456 ---- 123
|
---- 456
So I would have two records in the final query
123456 123
123456 456
How do I do this?
sometimes results with two numbers put together.
So for example I have two queries that I want to join.
Query 1 Query 2
123456 123
456
To look like this
123456 ---- 123
|
---- 456
So I would have two records in the final query
123456 123
123456 456
How do I do this?