Training registration: how to pick multiple entries for one course

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.

Thank you in advance for your help,
Dawn
 
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]
 
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.)
 
Back
Top