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
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