
Originally Posted by
ranman256
you need a tAssociates table
[studentID], [AssocID]
(key both fields so you dont get duplicates)
make a subform in the main studend form for this table, link them on [studentID] field.
now you can add associates.
to see the names of the students , in the subform instead of text box for [AssocID], put a combo box (still linked to [AssocID])
the combo will show [StudentID], StudentNAME
set the combo properties:
columnWidths: 0;2
this will show the name and the ID will be hidden.