manipulate datasheet (of a form)

T

TNL

Hi,

how can I manipulate a datasheet programmatically, for example: hide a
column, The datasheet is a form in sheet view?

thanks
TNL
 
T

TNL

Thanks


Glenn said:
In the form onopen event:

Me.[Fieldname].ColumnHidden = True

Rgds,
Glenn
-----Original Message-----
Hi,

how can I manipulate a datasheet programmatically, for example: hide a
column, The datasheet is a form in sheet view?

thanks
TNL





.
 
T

TNL

And, can I access the property of the columns in datasheet view.
For example: the users changes the order of the columns with drag and drop
(original on the form, colum ID is the 1., col Name is the 2., but on
datasheet, the user change: col Name is the 1.)... I want print data in the
order as the user changed.

Thanks

Glenn said:
In the form onopen event:

Me.[Fieldname].ColumnHidden = True

Rgds,
Glenn
-----Original Message-----
Hi,

how can I manipulate a datasheet programmatically, for example: hide a
column, The datasheet is a form in sheet view?

thanks
TNL





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top