I put a control on a report that simply concatenates the values of two fields (Division and Section). Here's what I have
=Trim([Division]&" - "&[Section])
It returns #Error. I think the problem is the name of the field - "Section". I experimented by replacing the Section field with another field in the report and it worked fine. Short of renaming this field is there any quick fix??
Thanks
=Trim([Division]&" - "&[Section])
It returns #Error. I think the problem is the name of the field - "Section". I experimented by replacing the Section field with another field in the report and it worked fine. Short of renaming this field is there any quick fix??
Thanks