I have created a subform which is a series of check boxes. When opening the form all of the checkboxes work. The subform is referenced directly to the underlying table.
When accessing the subform in the form itself the checkboxes are not editable. The form is pulled from a select query to pare down the number of records.
How can I get these fields to be usable.
When accessing the subform in the form itself the checkboxes are not editable. The form is pulled from a select query to pare down the number of records.
How can I get these fields to be usable.
Comment