Thanks,
Heather
Not sure what tutorial your using so I don't know excatly what they are trying to show.
Only one tableadapter per table should show. Each table can have multi queries and procedure calls in the same instance..... Unless the tutorial is opening 6 different tables will you have six tableadapters......
GetCustomerShippingInfo* >>>> Should see CustomersTableAdapter 1
GetProductList^ >>>> Should see ProductTableAdapter 2
GetShipperList^ >>>> Should see ShippersTableAdapter 3
GetUnitPrice* >>>> Should see ProductTableAdapter Same as above
ValidateEmployee* >>>> Should see EmployeeTableAdapter 4
Orders >>>> Should see OrdersTableAdapter
If you add view to a table not yet created and it doen't show up after a drag and drop to the Dataset designer then Run a Solution Rebuild....
Post if they still don't show.....