Selecting what fields are displayed in a datasheet form

Essendon

Registered User.
Local time
Today, 17:43
Joined
Oct 25, 2001
Messages
65
Hi,

I have a form that is a datasheet view of all the fields in a table.

What I would like to achieve is to have the user being able to select which fields they want displayed (eg from a list displaying all the fields) and then only those fields get displayed in my datasheet form.

I thought that simply setting each field's visible property to false or true in code would do the trick but when I set a fields property to false it still gets displayed!

Does anybody have any ideas as to how I can achieve this? All I need is a datasheet type view of all data in my table with the user being able to choose what fields are displayed in my form.

Any ideas appretiated. Thanks very much.

Peter
 
CAn you not just set the ColumnWidth = 0
That should do what you want.

Steve
 
Go Tigers!

Brisbane is going whip Essendons behind, hopefully! :-)
 

Users who are viewing this thread

Back
Top Bottom