Training registration: how to pick multiple entries for one course

D

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
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
 
J

John W. Vinson

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]
 
D

Dawn Bjork Buzbee

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.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top