Re:
The First Name and Surname are in the tblStaff. I already have a combo box on my form that displays the code and staff names. It goes like this, SELECT tblStaff.[Staff Code], tblStaff.[Staff Forename], tblStaff.[Staff Surname] FROM tblStaff;
I dont know if that is relevant though.
Charlie