How to make a check box list?

T

tony G

I need to make a list so that only the checked boxes appear on the final
form, how is that done?
Tony
 
D

Danny J. Lesandrini

It's not clear to me what you want to do here. Are you asking how
you implement a check box list control?
 
B

BruceM

It is unclear to me too, but maybe what you need to do is base the form on a
query and set the criteria for a Yes/No field to True.
 
Top