jeremy0028
Technical User
I have a main form called IRI-Form
On that form i have
PersonID(AutoNumberPK)Last Name First Name Middle Name
I have a command button called Add Charge which open a pop up form called frmAddCharges
In the frmaddcharges I have a text box called Patient
In the control source i have the following
=Forms!IRI-Form!FirstName & " " & Forms!IRI-Form!LastName
So when a user clicks add charge it will relate to the same patient
I get the following error #Name? in the text box any ideas.