how to hide column on Form in Datasheet view ?

F

fat031cc

Hi all,
is there any possibility to change Datasheet layout of the form using
the code.
I tried code like this:
Field1.Visible = false
Field1.Width = 0
But this doesn't work for Datasheet view.

Thanks for any advise.
Andrew
 
Top