In my form I use a combo box to pick a staff name from a list. The data source for the combo box, also has the staff phone number listed (2 columns in SQL, 'Name' & 'Phone').<br><br>Is there anyway to have the phone number entered in the 'phone' field when user picks a name from the combo box for the 'name' field?<br><br>Thanks.