I have two tables;
1. Called "Courses" that contains two fields "Course ID" and "Course Name".
2. Called "Sessions" that contains a field called "Course ID".
Then I have a form with a combo box that uses the "Course_Nam e" field for its list and stores the item you select from that list into the "Course ID" field on the "Sessions" table.
What I want it to do is use the "Course_Nam e" as its drop down list but store the associated "Course ID" from that table into the "Course ID" field into Sessions table.
For Example:
I select MS Access from the drop down list
Course_Name = MS Access
Course_ID = 1
If I select "MS Access" from the drop down list I want it to store "1" instead of "MS Access" into the "CourseiD" field in Sessions table.
By the way Sessions table the field CourseID is set to number.
Is this possible?
1. Called "Courses" that contains two fields "Course ID" and "Course Name".
2. Called "Sessions" that contains a field called "Course ID".
Then I have a form with a combo box that uses the "Course_Nam e" field for its list and stores the item you select from that list into the "Course ID" field on the "Sessions" table.
What I want it to do is use the "Course_Nam e" as its drop down list but store the associated "Course ID" from that table into the "Course ID" field into Sessions table.
For Example:
I select MS Access from the drop down list
Course_Name = MS Access
Course_ID = 1
If I select "MS Access" from the drop down list I want it to store "1" instead of "MS Access" into the "CourseiD" field in Sessions table.
By the way Sessions table the field CourseID is set to number.
Is this possible?
Comment