A
amjjam
Hi,
I have a "Communication" form inserted as a tab into a "Contacts" form which
is inserted as a tab into a "Company" form. So it's a subform of a subform.
The communication form collects data regarding phone calls, emails, text
messages, faxes, etc. I'd like for the Contact's name that any of that
communication is with to automatically be filled in at the top of the form.
I've inserted an unbound text box and tried using the expression
=[Forms]![Contacts]![FirstName] & " " & [Forms]![Contacts]![LastName] in the
control source property. It returns #Name? during testing. Is there an
expression which will automatically fill-in the contact's name from the
contact form in the communication form? Thanks for any help, amjjam
I have a "Communication" form inserted as a tab into a "Contacts" form which
is inserted as a tab into a "Company" form. So it's a subform of a subform.
The communication form collects data regarding phone calls, emails, text
messages, faxes, etc. I'd like for the Contact's name that any of that
communication is with to automatically be filled in at the top of the form.
I've inserted an unbound text box and tried using the expression
=[Forms]![Contacts]![FirstName] & " " & [Forms]![Contacts]![LastName] in the
control source property. It returns #Name? during testing. Is there an
expression which will automatically fill-in the contact's name from the
contact form in the communication form? Thanks for any help, amjjam