Y
Young
I got a table with 10 fields in it. I just want to display 3 fields on the
grid.
I've added a grid on the form and add 3 columns for the 3 fields.
I then created my datatable and bind it to the grid.
When I do this, the grid automaticall display all the 10 fields from my
table plus the 3 columns I've added in the grid.
Can someone please tell me how I can just display 3 fields from the table
(with 10 fields)?
In my datatable/dataset, I need all 10 fields but only display 3. The other
fields are used for something else.
TIA
Young
grid.
I've added a grid on the form and add 3 columns for the 3 fields.
I then created my datatable and bind it to the grid.
When I do this, the grid automaticall display all the 10 fields from my
table plus the 3 columns I've added in the grid.
Can someone please tell me how I can just display 3 fields from the table
(with 10 fields)?
In my datatable/dataset, I need all 10 fields but only display 3. The other
fields are used for something else.
TIA
Young