Invisible Text Boxes

B

Brandon

Hey everyone. I have a report that is linked to a table through a query.
What I was wondering is if it would be possible to hide text boxes that
contain certain values (like...nothing). What I have are three labels with
their respective table input values:

Intial Actions: Blah blah
Implementation: Blah Blah
Management Action: Blah Blah

Most of the time Implementation and Management action are emtpy, and thus
just put labels into my report with nothing to follow. This creates clutter
that I don't really want to show. So I'm wondering if you guys know how I
could hide the labels and their respective text boxes if their is nothing
there to show.
 
D

Duane Hookom

You can change the labels to text boxes and set their control sources to:
Control Source: ="Initial Actions: " + [InitActionField]
Can Shrink: Yes
Can Grow: No

If the field is Null, the "label" will disappear.

Duane Hookom
MS Access MVP
 

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

Top