Building a datagrid visually with muliple tables

T

Tom

Forgive the newbie question but any help would be appreciated. I built a
simple form and want to place a datagrid on it that would be based on two
tables.

I created the sqlconnetion and two sqladapters. Each has a table based on
it. I created the dataset with the two tables. But I can't seem to bind a
datagrid control to the dataset and get the results to display. Am I missing
a concept here. I have looked at a lot of material about this but get the
impression that you can't do this visual. It has to be done by coding it. I
tried doing it using the data form wizard but it created a master-detail
window. Not what I wanted. I just want a datagrid that will display a result
set based on two tables that are joined. I thought I could do this simple
procedure quickly and visually but it looks like you have to do this
manually (code). Can anybody help me with this?

Sincerely,
Tom
 

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

Top