G
greg
I am using a bound combo box to select which student, from another table.
I used this statement under rox source and got no names in the combo box:
SELECT tblStudents.Name FROM tblStudents;
Then I used the wizard to add the combo box and it made this statement: SELECT
tblstudents.ID1, tblStudents.Name FROM tblStudents;
I got the names in the box, but they box only returns the ID number and not
the name into the other table. Can someone tell me how to return the student's
name and not their ID number?
Greg
I used this statement under rox source and got no names in the combo box:
SELECT tblStudents.Name FROM tblStudents;
Then I used the wizard to add the combo box and it made this statement: SELECT
tblstudents.ID1, tblStudents.Name FROM tblStudents;
I got the names in the box, but they box only returns the ID number and not
the name into the other table. Can someone tell me how to return the student's
name and not their ID number?
Greg