List or Combo Box

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

Guest

I am creating an attendance data base. I have multiple employees that attend
certain functions. I want to create a box of some sort that I can place a
check mark next to the names of the employees that atteneded. I have a table
created of all employees but I do not know what the best way is to do this in
my form.
 
What is the maximum number of employees that would attend a function?

Are you talking about a few, tens, hundreds, thousands?

This may affect the best way to design your form...

Cheers,

Chris.
 
There is a list of about 15 employees that I would choose from. Sometimes as
many at 10 attend the same function.
 
In that case, I suggest you have a look at the listBox with it's
Multi-Select property.
Will let you list all possible employees, and highlight those that attended
the meeting (or whatever).

Cheers,

Chris.
 
Thank you very much.

ChrisM said:
In that case, I suggest you have a look at the listBox with it's
Multi-Select property.
Will let you list all possible employees, and highlight those that attended
the meeting (or whatever).

Cheers,

Chris.
 

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

Back
Top