W
What-a-Tool
Have an Access table loaded into a DataTable that was created at run time,
and am displaying these contents in a data grid.
Me.dgGames.DataSource = Me.DsGameInfo.Tables("Games")
I would like to display only a selected few of the columns, rather than the
whole table.
Is this possible?
Thanks - Sean
and am displaying these contents in a data grid.
Me.dgGames.DataSource = Me.DsGameInfo.Tables("Games")
I would like to display only a selected few of the columns, rather than the
whole table.
Is this possible?
Thanks - Sean