I have 3 fields on my form: ResponsiblePerson, PhoneNbr, EmailAddress. The first one is a combo box populated from another table in the database, personnel. In the Personnel file is the person's name, the field that is also populated on my form. I wish to auto-populate those fields on this form also. I know this is not efficient as I don't really need the last 2 fields in both places but that is how I wish to do it. My question, how do I auto-populate the PhoneNbr and EmailAddress fields of the current from from the other table?