C
chrisho
I have two tables A & B, I need to check from B tables column 11 to find out
if there is anything like the table A column 8. In column 11, it contains
something like the following Key - xkjklckxkxS1357635lkjwkjwwkw and there are
a bout 5000 rows in Tables b which contains the above key in which would have
different Sxxxx number and in Table able column 8, it contains something like
S1357635, S1357636 to S 1358900 etc...which would be about 6000 rows.
Can someone shed the light to show me how I can write the builder to match
both tables....
I have written something like this but it does not work.
checking: IIf([final] Like [Telstra Query]!SERV_NUM,"yes","not matching"),
am I missing something?
if there is anything like the table A column 8. In column 11, it contains
something like the following Key - xkjklckxkxS1357635lkjwkjwwkw and there are
a bout 5000 rows in Tables b which contains the above key in which would have
different Sxxxx number and in Table able column 8, it contains something like
S1357635, S1357636 to S 1358900 etc...which would be about 6000 rows.
Can someone shed the light to show me how I can write the builder to match
both tables....
I have written something like this but it does not work.
checking: IIf([final] Like [Telstra Query]!SERV_NUM,"yes","not matching"),
am I missing something?