Hello, I have the following question:
There are 2 tables:
- employees
- experiences
a employee can have more than one experience, the keys of those experiences are being stored in the field experiences of the table employee like this: 1,2,3,4
What i want is to show the descriptions of each experience in a field on a form. These descriptions are stored in the table experiences.
So first the field experiences in the table employees should be split to get the keys of the table experiences.
After that the correspondenting values for each key have to be found in the table experiences and put together in a unasigned field on the form.
Does anybody knows how to achieve this?
There are 2 tables:
- employees
- experiences
a employee can have more than one experience, the keys of those experiences are being stored in the field experiences of the table employee like this: 1,2,3,4
What i want is to show the descriptions of each experience in a field on a form. These descriptions are stored in the table experiences.
So first the field experiences in the table employees should be split to get the keys of the table experiences.
After that the correspondenting values for each key have to be found in the table experiences and put together in a unasigned field on the form.
Does anybody knows how to achieve this?