Hi,
Thank you for the quick reply. That is what I understood also. My datasheet is only returning one record so it is always visible.
The datasheet is a subform... not sure if that makes a difference.
I have implemented this:
ctrl.ColumnWidth = -2
If ctrl.ColumnWidth < 1000 Then
ctrl.ColumnWidth = 1000
End If
This makes things work ok as long as the value is less/equal to than $9999.99
Thanks,
Brad