Hi All,
I hope someone can help me.
I have a table of clients that stores in 4 fields their jobchoices - each client has upto and including 4 areas of work. I have a vacacny table with records the job type of a vacacny recorded. I need to list all vacacnies for a clients where any one of the four job choices they have specified matches the vacancy's jobtype. Really struggling to get my head around this so any help is greatfully received!
I had successful query working the listed the matching vacancies where the jobtype = the 1st job choice, but getting the other 3 out is causing issues. I need to account for nulls also where a client only has 2 or 3 of the job choices complted.
Many thanks for just looking at my rambllings!!
Nicola
I hope someone can help me.
I have a table of clients that stores in 4 fields their jobchoices - each client has upto and including 4 areas of work. I have a vacacny table with records the job type of a vacacny recorded. I need to list all vacacnies for a clients where any one of the four job choices they have specified matches the vacancy's jobtype. Really struggling to get my head around this so any help is greatfully received!
Code:
Client table
--------------
Client_ref
PreferenceOcc1_ref
PreferenceOcc2_ref
PreferenceOcc3_ref
PreferenceOcc4_ref
Vacancy table
--------------
VacancyID
Occ_Ref
I had successful query working the listed the matching vacancies where the jobtype = the 1st job choice, but getting the other 3 out is causing issues. I need to account for nulls also where a client only has 2 or 3 of the job choices complted.
Many thanks for just looking at my rambllings!!
Nicola