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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top