>A client is currently using a QBF to select an employee to register for a
>training class. Now, we want to allow for multiple employees to be selected
>to register them at the same time for one class. Looking for examples, sample
>code, or even a basic layout of how to approach this change.
A Form based on the classes table, with a Subform based on the enrollment
table, with a combo box to select employees would let multiple employees be
picked relatively quickly. You could even filter the combo box to (say) select
all employees within a certain department or meeting some other criterion.
John W. Vinson [MVP]
Dawn Bjork Buzbee - 20 Jun 2007 16:14 GMT
Thanks, John, for the clarity. Sometimes it's not always that something is
complicated but just taking a different view. :)
(Sorry so late in picking up the response--lots of travel.)

Signature
Dawn Bjork Buzbee
> >A client is currently using a QBF to select an employee to register for a
> >training class. Now, we want to allow for multiple employees to be selected
[quoted text clipped - 7 lines]
>
> John W. Vinson [MVP]