|
I am building a form on the "tab" control. I have almost 20 drop-down listboxes. I would like to be able to pull all of the data that I need for the listboxes in one call to the database. When I tried to create a dataset to do this, it automatically created cross-joins on all of the tables. Is there a way to pull multiple individual tables in a single dataset, or do I need to create a unique dataset for each drop-down list box? Is there another direction that I should be looking? Thanks for the assist.
Mark F. |