Problems with Datasets, Viewers, and Vb

  • Thread starter Thread starter karl
  • Start date Start date
K

karl

Hello All,

My problem right now is that I am trying to pull
information from a dataset and then place this information
dynamically in a combobox. This would work nicely if I
only had one table in my query. However, the query is
composed of three tables. How do I fix this? Help!

Thanks.

Karl
 
Karl,
The number of Tables in the query should not matter.
If you have the Dataset populated with DataTables. Create
a view of the DataTable and bind it to the combobox.

Regards
Mahesh
 
Back
Top