G
Guest
Hello all , I have yet another question.
I have query that connects to two tables. On tableA I have status codes
such as:
MTMSSSTS745
MTMADUP8349
The numbers at the end change frequently but the letters before hand specify
what type of status it is.
On the other tableB I have:
Field1: Field2:
MTMSSSTS Status Code Update
MTMSADUP Address Update
So I want to make a query ends up looking like this.
Field1: Field2:
MTMSSSTS745 Status Code Update
MTMSADUP8654 Address Update
The problem I am have is that the field that would link the two tables
differs in that one has the varying numbers at the end and the other does
not. Is there a way to make the query only look at the first few characters?
Or something to match it against MTMSSSTS*. Thanks very much!
James O
I have query that connects to two tables. On tableA I have status codes
such as:
MTMSSSTS745
MTMADUP8349
The numbers at the end change frequently but the letters before hand specify
what type of status it is.
On the other tableB I have:
Field1: Field2:
MTMSSSTS Status Code Update
MTMSADUP Address Update
So I want to make a query ends up looking like this.
Field1: Field2:
MTMSSSTS745 Status Code Update
MTMSADUP8654 Address Update
The problem I am have is that the field that would link the two tables
differs in that one has the varying numbers at the end and the other does
not. Is there a way to make the query only look at the first few characters?
Or something to match it against MTMSSSTS*. Thanks very much!
James O