G
Guest
Hi Guy
I have a problem - This is it, I am trying to match Contractors who have the correct skills and experience to a list o f vacancies in my database. The problem is th etable that contains the Contractor info contains the experience in text format while the Vacancy requirements are stored in a table with reference to a code for example
These are the tables I have -
TblVacancies - VacancyID is the primary ke
tblSystems - These are updateable records for systems requirements which has two columns the ID and the SystemName
tblSystemsRequired contains the info related to the system requirements for a particular vacancy. The records in this table refer to a Vacancy ID and the code relating to that particular requirement from the tblSystem tabl
The " contractor" table contains a column which is called SystemsUsed and can contain more than one system requirement eg " MIMS, SAP"
I am trying to match the relevant contractors with the Vacancy Requirements , Can anyone tell me the best way to approac this
Thanks in advanc
Paul
I have a problem - This is it, I am trying to match Contractors who have the correct skills and experience to a list o f vacancies in my database. The problem is th etable that contains the Contractor info contains the experience in text format while the Vacancy requirements are stored in a table with reference to a code for example
These are the tables I have -
TblVacancies - VacancyID is the primary ke
tblSystems - These are updateable records for systems requirements which has two columns the ID and the SystemName
tblSystemsRequired contains the info related to the system requirements for a particular vacancy. The records in this table refer to a Vacancy ID and the code relating to that particular requirement from the tblSystem tabl
The " contractor" table contains a column which is called SystemsUsed and can contain more than one system requirement eg " MIMS, SAP"
I am trying to match the relevant contractors with the Vacancy Requirements , Can anyone tell me the best way to approac this
Thanks in advanc
Paul