Help creating a list box, but a normal list box

M

Mark

I am creating a New Hire IT Form. In this form the HR department is going to
fill out all the information this employee will need. One of the items we
want is to have all the distribution lists they will need to belong to. I
would like to create a list box with check boxes next to them so they can go
down the list and put a check mark next to each dl they need membership to.
Is this possible or is there a better way to do this?
 
M

Michelle Beall

I would suggest using a repeating table control. In the table there would be
two fields. One for your checkbox and the other for displaying the
distribution list.
 
Top