George-Bowyer
Registered User.
- Local time
- Today, 14:43
- Joined
- Dec 21, 2012
- Messages
- 178
Hello,
I have a report that generates a "Club Directory", with a page for every club showing the contact details of each officer.
They now want to be able to produce a version with no email addresses given.
Obviously I can do this by producing a second version of the report with the email fields deleted, but what I'd like to do would be to have tickbox on the Reports form that just made the email fields invisible rather then having to maintain two different versions of the same report.
My check box is at : Forms![NavigationForm]![NavigationSubform].Form![chkWithholdEmail]
What code do I need to put where in the form and sub-forms (each "office" is in a different sub-form) to make the email fields invisible?
Many thanks,
George
I have a report that generates a "Club Directory", with a page for every club showing the contact details of each officer.
They now want to be able to produce a version with no email addresses given.
Obviously I can do this by producing a second version of the report with the email fields deleted, but what I'd like to do would be to have tickbox on the Reports form that just made the email fields invisible rather then having to maintain two different versions of the same report.
My check box is at : Forms![NavigationForm]![NavigationSubform].Form![chkWithholdEmail]
What code do I need to put where in the form and sub-forms (each "office" is in a different sub-form) to make the email fields invisible?
Many thanks,
George