I am working on a form and one of the things the boss wants on this form is a place to select all the components included in a bid. There is a table with about 20 components and a code# associated with each one.. so I can make a list box that lists all of those components, and I can set the properties to multiple select, however, there is an option on the form called "Attic Storage included" and that will be a check box. Rather than having ONE attic storage check-box for the whole form, He wants to be able to select that option for each component.
I personally do not like the list box because it just highlights the selected items. I would like to make it where the user can check off which components are included in the bid, and then for each of those, check off weather attic storage is included.