How do I hide columns in a split form through VBA? I tried this:
but i have to close the form and open it again to see the change. Nor does adding this help.
Any ideas?
Thank you in advance.
Code:
Me.Controls("field").ColumnHidden = True
Code:
Me.Requery Me.Refresh Me.Repaint
Thank you in advance.
Comment