N
nath
Hi
I have three tables, one is Person_Details, the 2nd is
Vacacny_Details, the 3rd is a Media_lookup table.
I have people in the person_details table who are applying
for jobs, these are linked to the Vacancy_details table by
a job number. In the vacancy table there is a media code,
which begins with two letters denoting the media type,
then a number indicating the number of the advert. I have
a lookup table Media_lookup that gives the full name of
the media from its two letters.
I need to know how to use a lookup based on the left
([job_mdeia_code],2) against the media_lookup table, so
instead of :
Media Apps
EM/1224 39
i get
Media Apps
Evening Mail 39
Can this be done?
TIA
Nath
I have three tables, one is Person_Details, the 2nd is
Vacacny_Details, the 3rd is a Media_lookup table.
I have people in the person_details table who are applying
for jobs, these are linked to the Vacancy_details table by
a job number. In the vacancy table there is a media code,
which begins with two letters denoting the media type,
then a number indicating the number of the advert. I have
a lookup table Media_lookup that gives the full name of
the media from its two letters.
I need to know how to use a lookup based on the left
([job_mdeia_code],2) against the media_lookup table, so
instead of :
Media Apps
EM/1224 39
i get
Media Apps
Evening Mail 39
Can this be done?
TIA
Nath