I have a table in which each row has several checkboxes (yes/no) fields. I thought that instead of modifying this data through using checkboxes on a form, it would be easier to modify this data using a listbox with it's multiselect property set to simple, so that if the user selects an item in the list, then the corresponding checkbox is set to true, or false otherwise. Is there an easy way to implement this? I also wanted the listbox to be able to look up the number of fields that use yes/no. Thanks in advance.