check box

N

Nancy

My user can select options for generating a report via check boxes. HOW do I
clear the check boxes for a new report without closing the form

Thanks for any suggestions !
 
N

Nancy

THANKS ... this is great

it worked ... actually the checkboxes were grouped within a frame, so I used
Me.FrmSelType = False and it cleared the whole group of checkboxes!
 
O

Ofer

Glad I could help
Good luck


Nancy said:
THANKS ... this is great

it worked ... actually the checkboxes were grouped within a frame, so I used
Me.FrmSelType = False and it cleared the whole group of checkboxes!
 
Top