I have a form (frmAddAccount) with a subform (frmAccountSub). In frmAddAccount, I have a field PatientID. When I type in this ID, I would like the subform field PrimaryInsurance to populate with information from the a field in another table - tblPatient. I realize that I could use a query for the report, but I need this information in the tblAccounts to stay the same even if it is changed in tblPatient.
I have been able to do this in the subform for other fields but I can't get it to work pulling from a main form.
Thanks in advance!
I have been able to do this in the subform for other fields but I can't get it to work pulling from a main form.
Thanks in advance!