D
Drakemar
What I thought was a real simple thing to do has out not to be. I have
a real simple Access database with two tables:
Student Table
id (autonumber) *primary key*
name (text)
teacherID (int) *foreign key*
Teacher
id (autonumber) *primary key* relationship to Student.teacherID
name (text)
My datagridview bindingsource is to table students. All I want to do
is have a ComboBox in the teacherID column that has a .DisplayMember of
the Teacher.name.
How do I do this?
a real simple Access database with two tables:
Student Table
id (autonumber) *primary key*
name (text)
teacherID (int) *foreign key*
Teacher
id (autonumber) *primary key* relationship to Student.teacherID
name (text)
My datagridview bindingsource is to table students. All I want to do
is have a ComboBox in the teacherID column that has a .DisplayMember of
the Teacher.name.
How do I do this?