I am trying to concatenate and edit fields in a report based on an SQL Query – the results are that either the report fails to open from design view or that the function returns error.
Here are 2 examples: TextBoxAddress1 =[Address1] & ” ” & [Address2] This returns #Error when the report is opened;
this function is to strip out the first part of a reference number =Left([PAYE Coll Ref],1) The report will not open at all!
I will appreciate all help please.