"BobbyDazzler" <david.a.mitchell (AT) inbox (DOT) com> wrote
Quote:
Is it possible to group items together in a listbox? |
Rick has given you one workaround, that could permit selecting all items in
the group.
Another approach would be to use a continuous forms Form embedded in a
Subform Control, with order determined by using a Query as the Record Source
of the embedded Form. As with Rick's approach, you could use VBA event code
to select either all records in a group, or individual records. I tend to
think it would be somewhat easier to accomplish using the Subform approach,
but, having done neither, that's only a guess and would also depend on your
experience with multi-select Listboxes and Subform Controls with continuous
forms view Forms embedded.
Larry Linson
Microsoft Office Access MVP