I have a fairly simple scenario that hopefully someone else has encountered and knows how to solve.
In a report, I have a pretty normal table of fields that show information about a tutoring session. Under this, I have a field that shows a note that was entered by the session's teacher, and then under that I have two more subreports.
If the note is empty, I make the textbox invisible, however the location of the other controls (i.e. the sub reports below the note field) is not relative / dynamic, so when the note field is not visible, there's a whitespace gap in its place that I would like to get rid of.
Is there a way, without having to programmatically alter the location of every other control on the report, to accomplish what I want?
Thanks!
In a report, I have a pretty normal table of fields that show information about a tutoring session. Under this, I have a field that shows a note that was entered by the session's teacher, and then under that I have two more subreports.
If the note is empty, I make the textbox invisible, however the location of the other controls (i.e. the sub reports below the note field) is not relative / dynamic, so when the note field is not visible, there's a whitespace gap in its place that I would like to get rid of.
Is there a way, without having to programmatically alter the location of every other control on the report, to accomplish what I want?
Thanks!