Can you define "dim". Records are generally not "null". A field value might be "null". If a field is "null", there is nothing there to see anyhow so why would you want to "dim" it?
For example: The room combo field usuall has a record like "205 206" or something like that. If the room can't be combined then the field is empty but it's still displayed on the report.
I have a report that gives information about meeting rooms. Things like Room number, Presenter Name, Meeting Title, and Meeting Type. Meeting Type is usually populated with something like, Breakout Meeting, General Session, and State Meeting. However when Meeting Type is Break or Lunch I would naturally not have a presenter, room number or anything else. So, on the report I just have lables with no data. The report would look cleaner if during these times the lable would not show and that area would shrink.
I would change the labels to text boxes. Set the control properties to something like:
Control Source: "Presenter: " + [Presenter Field]
Can Shrink: Yes
Can Grow: No
Set the width of the control to display only what you want for the label. When the [Presenter Field] is null, the label will disappear.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.