Hi all,
i have an employee personnel table and a qualifications table in my database that i am trying to merge into a word document. the personnel file contains the following fields which will be used: first_name, last_name and badge_#. The qualifications table then relates a qualification type (job_id) to a badge_#. This table is necessary because each employee can have multiple qualifications.
My problem is when i go to create the merge it will make a separate document for each unique combination of badge_# and job_id, however I would like it to only make 1 document per badge_# and then fill out all job_id's that specific employee is qualified for.
i have an employee personnel table and a qualifications table in my database that i am trying to merge into a word document. the personnel file contains the following fields which will be used: first_name, last_name and badge_#. The qualifications table then relates a qualification type (job_id) to a badge_#. This table is necessary because each employee can have multiple qualifications.
My problem is when i go to create the merge it will make a separate document for each unique combination of badge_# and job_id, however I would like it to only make 1 document per badge_# and then fill out all job_id's that specific employee is qualified for.