Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how can i display only the required fields of a table in a datagrid using vb6.
Hi check Using DataGrid and data controls to access an access database[^]
Either u change the select statement with the required fields to be displayed in the grid -or- after assigning the recordset to datagrid's datasource property, make the unrequired columns width to zero.