Critique a form layout?

B

Beetle

My suggestion would be to get rid of all those check boxes and put that
data in a table, then use a subform with, for example, a combo box for
selecting whichever categories apply to a given record. As it is now, when
you want to add additional categories in the future, you will need to add more
fields to your table/query and subsequently have to redesign your form
and any reports you may have.
 
Top