Hi,
I need to link two tables on one field.
The problem is, the value (project_no) exists in a different format on each table.
Table 1: D00151DAA
Table 2: D00151-A
I need to link the tables by looking for a match
where the first 6 characters are the same, and the 8th character.
does anyone know a fancy way of doing this?
I need to link two tables on one field.
The problem is, the value (project_no) exists in a different format on each table.
Table 1: D00151DAA
Table 2: D00151-A
I need to link the tables by looking for a match
where the first 6 characters are the same, and the 8th character.
does anyone know a fancy way of doing this?