We have recently upgraded to 2016 which is causing me a few issues. In one form I have an address field which references an underlying query in the following way: =[Consignee Address1] & Chr(13) & Chr(10) & [Consignee Address2] & Chr(13) & Chr(10) & [Consignee Address3], etc. The outcome is the address in a single field properly formatted.
This field has been fine for years but since we upgraded to 2016 it just returns the error #Name? However, in other forms which are syntaxed in exactly the same way (just referencing different address fields), they work fine. Putting in a single field name omitting the Chr syntaxes also work fine.
Any ideas? I have changed the field name which used to be "Address" just in case that confused it. It made no difference. I have checked the underlying query and the field names and data are fine. The field names appear in the Existing Fields of the form. So I can't see anything that could be upsetting it.
Would be grateful for any pointers.