Hallo
I have a Form “Call-Log” where I want to display the Contact name for the current record prominently in the upper right hand corner of the Form. This Form is based on the table Call_Log. The table Call_Log is linked to the table Contacts where the contact names can be found.
I created an unbound text box on the Call_Log Form and typed into it:
(a) =[Last]&”, “&[First]
(b) =[tbl_Contacts].[Last]&”, “&[tbl_Contacts].[First]
Neither (a) nor (b) works. In both cases I get an error: #Name?
What am I doing wrong?
I have a Form “Call-Log” where I want to display the Contact name for the current record prominently in the upper right hand corner of the Form. This Form is based on the table Call_Log. The table Call_Log is linked to the table Contacts where the contact names can be found.
I created an unbound text box on the Call_Log Form and typed into it:
(a) =[Last]&”, “&[First]
(b) =[tbl_Contacts].[Last]&”, “&[tbl_Contacts].[First]
Neither (a) nor (b) works. In both cases I get an error: #Name?
What am I doing wrong?