A
Amit
Hi,
I have a table with the following fields:
-ID
-Fname (first name)
-Lname (last name)
-Name (first and last name)
In the form, I have the following expression for Name:
=[Table1]![FName] & " " & [Table1]![LName]
It is not working, and I'm not sure what I'm doing wrong.
I get the following text in the textbox
for "Name": "#Name?".
Any help will be appreciated. Thanks!
-Amit
I have a table with the following fields:
-ID
-Fname (first name)
-Lname (last name)
-Name (first and last name)
In the form, I have the following expression for Name:
=[Table1]![FName] & " " & [Table1]![LName]
It is not working, and I'm not sure what I'm doing wrong.
I get the following text in the textbox
for "Name": "#Name?".
Any help will be appreciated. Thanks!
-Amit