Hi,
This code does not error but simply fills the combobox with loads of rows of the name of the row type rather than the contents?
I am trying to use one table adapter rather than creating a new one everytime I need to access the data in the table a different way
Am I going down the wrong road?
Thanks
This code does not error but simply fills the combobox with loads of rows of the name of the row type rather than the contents?
VB.NET:
[SIZE=2][COLOR=#0000ff]Me[/COLOR][/SIZE][SIZE=2].cboNewAutoTransaction.DataSource = glb_dtTransactionDesc.Select([/SIZE][SIZE=2][COLOR=#800000]"auto_tran = 'False'"[/COLOR][/SIZE][SIZE=2])
[/SIZE]
I am trying to use one table adapter rather than creating a new one everytime I need to access the data in the table a different way
Am I going down the wrong road?
Thanks