Does anyone know of a way to Dynamically Freeze columns on a Form in DataSheet View
[FieldToFreeze].SetFocus DoCmd.RunCommand acCmdFreezeColumn
It seems strange that you can set the ColumnOrder, ColumnWidth and ColumnHidden properties of a DataSheet view along with other DataSheet properties,
but the Frozen Columns can only be set using a RunCommand.
I may have missed a new property in 2010 but I don’t think so.