checkbox print

  • Thread starter Thread starter ray
  • Start date Start date
R

ray

How can I make only the checkboxes that have been checked
show up on a printout of a form.
 
You could use code in the On Format event of the section containing the
check boxes:
Me.chkCheckA.Visible = Me.chkCheckA = True
 
I have the same question, but I want to know how I can have the selected checkboxes only print out on a report. For example, the name of one of my checkboxes is cardiovascular.

Thanks!
 

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