How would I code this? I'm trying to get a column to disappear when the value is null...if I set the width to 0" manually, the column disappears and it looks perfect...but basically I need something like this:
...this doesn't work for me to set the width, backcolor or anything...could someone please offer any ideas on how to code this??Code:If IsNull([Control_Name]) Then SetProperty (Control_Name, Width, 0) End If