G
Guest
I am putting together a database of student information. Each student plays
a particular type of instrument. The different types of instruments are
stored in a table like so:
Instrument Code Instrument Name
01 Trumpet
02 Bassoon
03 Piano
04 Flute
There is also a Student Information table where I have the student's name,
age, etc. These two tables are related by the Instrument Code. On a form, I
would like a combo box to display the Instrument Name, then store the
Instrument Code in the Student Information table. Is there an easy way to do
this?
a particular type of instrument. The different types of instruments are
stored in a table like so:
Instrument Code Instrument Name
01 Trumpet
02 Bassoon
03 Piano
04 Flute
There is also a Student Information table where I have the student's name,
age, etc. These two tables are related by the Instrument Code. On a form, I
would like a combo box to display the Instrument Name, then store the
Instrument Code in the Student Information table. Is there an easy way to do
this?