P
Please help James
How do you suppress the blank spaces in a report between the suppressed check
boxes?
Me.lblSomething.Visible = Me.chkSomething
Me.chkSomething.Visible = Me.chkSomething
This only hides the object field not the spaces. I also already changed all
fields on the report to "can Shrink". I also tried the:
=IIf([me.something] Is Null,Null,"me.something:")
however it stlii just makes the information not appear and it leaves blanks.
boxes?
Me.lblSomething.Visible = Me.chkSomething
Me.chkSomething.Visible = Me.chkSomething
This only hides the object field not the spaces. I also already changed all
fields on the report to "can Shrink". I also tried the:
=IIf([me.something] Is Null,Null,"me.something:")
however it stlii just makes the information not appear and it leaves blanks.