I have a form based on one table and need to have a text box based of a different table. I have tried =[Forms]![Personal Data]![FName] & " " & [Forms]![Personal Data]![MI] & " " & [Forms]![Personal Data]![LName] as the control source but it's not working I get the #Name?. how can I get this text box to look at another text box for information so the user doesn't have to select a name twice.