Hide Field when Checkmark is Checked

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

Guest

What is the VB to hide a field when a checkmark is checked? Does this work
on Reports? Is it possible to hide a field on a report when a checkmark is
checked on a form? I appreciate your help.
 
Use the On Format event of the report section containing the text box (not
field).
Me.txtTextBox.Visible = Not Forms!frmYourForm!chkYourCheck
 

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