Invalid syntax
In my report i want to lookup the value of Firstname and LastName from the table
Employees and concatenate them.However i get the error “invalid syntax”
=DLookUp(“[FirstName]”;”Employees” ” & ” [LastName] “; Employees”
Can somebody help me ?