Hi I'm trying to concatinate 2 text boxes on a report and this is the syntax I'm
using = (fldFName) &’ ‘& (fldLName) i have also tried it with brakets: =
[fldFName] &’ ‘& [fldLName] and it doesn't work. I get a message saying
the expression you entered has a invalid sintax.
I need help plz!! this is
for my homework
Thank you