Well when u create the table adapter, it should automatically setup your insert query, so you should be able to just call the query and pass it what you need inserted, like:
MyTableAdapter.Insert(myDeptNo, MyDeptName, MyDeptLoc)
MyTableAdapter.Update()
Reputation Points: 10
Solved Threads: 3
Junior Poster in Training
Offline 57 posts
since May 2007