Background
I have a table that is a called tblPersonnel - it has default "people" fields (last name, first name, etc.). It has a field called "Skills" which is a lookup to another table called tblSkillsList that allows multiple selections. tblSkillsList includes all the options I want for people's skills.
Basically I want to be able to assign skills to people for example Accounting, QuickBooks, Word, Powerpoint, Programming, Website Design, etc. to keep track of the skills our people have.
The Problem
I want to create a form that lists ALL the skills (not just a dropdown box) so that I can print this out and hand it to them to review. So they can "X" a box if I did not add a skill they have or even cross one out if one is erroneously checked.
How can I easily accomplish this?