I am updating a database designed to track institutional knowledge. There are 400 skills/topics and each person should select those they are proficient at and identify their level of expertise. Because there are so many skills, the data entry form has an unbound checkbox for each skill. A command button loops through the checkboxes and writes the selected skill ids to a table. The user is then taken to a form based on the table to enter their skill level (i.e. beginner, intermediate, advanced). Everything works fine, except that if users go back into the form later, they can’t see what they’ve already entered. Any suggestions on how I can set up the form so that when it is opened, it scans the underlying table and selects the associated checkboxes on the form?
Thanks.
Brandon