By means of a multiple value checklist the Field: "Problem" can be selected (marked).
The Problems: Severe, busy, slow, level2 are selected. The other fields not.
The multiple value field information is stored in the table beginsituation in the form Beginsituation. This stored (selected fields only) information I want to be fetched from the table beginsituation and shown in the multiple value checklist in another form called Progress. The user can than change the selection via the multiple value checklist if the user wants this and this information will be stored in the table: "Progress". However I could not get the in the previous form (Beginsituation) selected values in the multiple value checklist.
How can I do this? Via VBA?