check box

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

Guest

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

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