I have a form (Rolodex Database) with a number of checkboxes to indicate category, group, rank, and/or title for each record. There are currently 90 categories a record could belong to (each record may have more than one group, category, rank, and/or title).
I currently have a subform with all the groups on it and it works 'ok'. I'd like to redo the design so the checkboxes don't update when changing focus from the subform to the parent form. Here's my idea for doing that:
I'd like to have a column of 22 checkboxes and 22 labels inside a rectangle (to look like a subform) with a vertical scroll bar on the side. I'd like to read the field names from the underlying table into an array, then show a group of 22 from the array in the 22 checkboxes on the form. Then increment / decrement the value array variables displayed based on the movement of the scrollbar.
[red]Can I read the values of the fieldname(s) into an array?[/red]
I'm also open to other ideas of implementation that would be better than what I am trying to do...
Thanks,
I currently have a subform with all the groups on it and it works 'ok'. I'd like to redo the design so the checkboxes don't update when changing focus from the subform to the parent form. Here's my idea for doing that:
I'd like to have a column of 22 checkboxes and 22 labels inside a rectangle (to look like a subform) with a vertical scroll bar on the side. I'd like to read the field names from the underlying table into an array, then show a group of 22 from the array in the 22 checkboxes on the form. Then increment / decrement the value array variables displayed based on the movement of the scrollbar.
[red]Can I read the values of the fieldname(s) into an array?[/red]
I'm also open to other ideas of implementation that would be better than what I am trying to do...
Thanks,