Dear World,
I am creating a project in Access but am repeatedly encountering the same problem concerning how the content of Combo Boxes in both Tables and Forms are displayed.
The project relates to a training school, which has tables created for Students, Instructors, Lessons, Classrooms etc.
For example - the Instructor Table has four fields: the primary key field of ID, then fields for Surname, Forename and Telephone (each named with "Instructor" as a prefix).
The Lesson Form (and Lesson Table) then uses a combo box to select the appropriate Instructor from the Instructor Table - with the combo box created with the primary key field hidden, and then having the Forename field and Surname field visible.
When I am in the Datasheet view of the Table or in the Form view of the Form, the dropdown arrow and combo list appears with the Forename and Surname of the instructors being visible to select from - so far so good, the combo box is working fine.
However, when I select an Instructor and move on to the next field or record, the data displayed on the Form or in the Table is not both the Forename and Surname, it is only the first field, in this case Forename.
Clicking on the Field again shows the full details in the combo box, so the data can be reviewed, but I would like all the combo box fields to be visible on the Form (and in the table field for that matter).
I have the same issue elsewhere with Lesson Numbers, Titles and Descriptions, where the combo box displays the required fields but when moving away from the field only the first field is left displayed.
I have attempted to use a List Box to overcome the problem but that appeared to function the same way.
Your help would be appreciated - but be aware I'm not SQL familiar, so the project has been created using the Wizards and Design options, and any response that jumps heavily in SQL will leave me even more confused!