954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

2 tables, combobox update second table

Hello,

I hope you guys could give a direction into this,

I have 2 tables,

1st table has "TeacherID"(prymary autoincrement), "Teacher Name"
2nd table has "classID"(primary, autoincrement), "TeacherID"(relatioship with first table) and "Class name"

Ok, i made one form to enter teacher's name which i had no issues with, then i made the second form to update the second table it has a combobox where the teachers name are showed (populated from the DB) I need to select one teacher from the drop box and enter the class name and update the second table with tracherID as well pulled from the first table to make the relation between what teacher is giving what classes.

Any ideas? i am using VB.NET 2005 with Mysql Connector.net

Thanks

Jose

linkco
Newbie Poster
8 posts since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You