Hi I am trying to link 2 tables from 2 different datasources. It would be easy if there was a common indexed field but there isn't. I need to link the tables by
table 1: person_id (9 digits)
table 2: person_num (7 digits)
The person_id is '15'||person.num to make it 9 digits.
How can I link these 2 tables? HELP
table 1: person_id (9 digits)
table 2: person_num (7 digits)
The person_id is '15'||person.num to make it 9 digits.
How can I link these 2 tables? HELP