Hello,
after installing SP2 in Office 2007, the property ColumnHidden doesn't work when I use a Split Form.
When I have a Split Form with the Datasheet on Bottom, if I try to hide a column in datasheet on FormLoad (ex: Me.ID.ColumnHidden=true) , the datasheet doesn't hide this column.
If I...