H
Holly
This is probably a really bad way to describe my quandary.
I have a table with values like
GROUP CHECK1 CHECK2 CHECK3 CHECK4
11111 -1 0 0 -1
22222 0 -1 0 0
The Group is the key, and the CHECK boxes are for manuals,
they are boolean "check boxes" on the entry form,
so they are either -1 or 0 (true or false).
Is there a quick way to instead have a table with
GROUP CHECK
11111 1
11111 4
22222 2
Sorry for the lame question, but I'm trying to use a listbox on that
form,
where the user picks the group, then uses a listbox to multi-select
the manual (check) numbers, instead of them having to select each of
the
checkboxes like they have now (there are 99 of them~).
I have a table with values like
GROUP CHECK1 CHECK2 CHECK3 CHECK4
11111 -1 0 0 -1
22222 0 -1 0 0
The Group is the key, and the CHECK boxes are for manuals,
they are boolean "check boxes" on the entry form,
so they are either -1 or 0 (true or false).
Is there a quick way to instead have a table with
GROUP CHECK
11111 1
11111 4
22222 2
Sorry for the lame question, but I'm trying to use a listbox on that
form,
where the user picks the group, then uses a listbox to multi-select
the manual (check) numbers, instead of them having to select each of
the
checkboxes like they have now (there are 99 of them~).