I would like to have users click on a command button to open a pop-up form (no problem). The pop-up form consists of 20 or so check boxes. On pop-up form close, I would like to display in a list box on the main form ONLY the names of the items that were checked "YES" (-1)on the pop up form. The items need to be saved for each record so that when the record is recalled, the list box represents the items originally checked. Any ideas how to go about this "cleanly" (brute force will be last resort!).