#Error

M

MAGO

Hi,
I'm trying to merge two fields in a report form a table. I
am using the expression =[FirstName]&" "&[LastName], but
in the report I get #Error.
Thank you for your help!
 
G

Gina Whipp

Sounds like the FirstName and LastName are NOT part of the underlining
query, fixing that should fix your problem.
 
Top