I'm pretty sure this is a very basic question, but it's tripping me up and any help is appreciated. I have two tables, A and B. Table A is a list of clinicians with their names. Table B is a list of patients. Table A contains variables for ClinicianID and LastName. Table B contains PatientID, ClinicianID, and PtLastName. I have a parent form for the clinicians and a subform for the patients and i have it set up so you click a button from the clinicians main page to pop open the subjects subform pages. How do I add the patient's correct Clinician LastName to the subform form? When I look at the field list, only the variables from Table B are there? I can put the ClinicianID there, but I'd like the name to be there instead. Thanks for your help.