TableAdapter relation

R

Rick

VB.Net 2005

I'm new to .net and obviously don't understand something about how
parent/child relationships are setup for TableAdapters.

I have two tableAdapters Customer and Orders and a relationship setup
between the two Customer->Custnum = Orders->Custnum

When I put a few edit controls on the windows form and scroll through the
Customer records the Orders record never moves off the first one.

What am I missing to get the Orders table to reposition itself with the
Customers table?

Rick
 
R

Rick

I found it.

I was not using the table that was related to the master, but the other
unrelated one in the Data Sources tab
 

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