In my form i've got a control which simply joins two name fields together to display the full name. The code I have is:
This works fine in the form, but when I try it in the report (with the same fields), it comes back with #error.
I've tried changing the + for &, with the same results. Any ideas how to get it working.
Regards
Griff
Code:
=[First Name]+" "+[Surname]
This works fine in the form, but when I try it in the report (with the same fields), it comes back with #error.
I've tried changing the + for &, with the same results. Any ideas how to get it working.
Regards
Griff