I'm sure this has been answered before so you'll have to forgive me if I'm repeating a question but here it is anyway.
I have a text box that needs to be populated with the contents of two text fields in a query. Using help I came up with the following solution:
=[All Sites].[Prefix] & " " & [All Sites].[Site Contact]
This expression was entered in the ControlSource property of the text box. Trouble is all I'm getting is the #Name? error. This error comes up even if I only try one of the fields and if I use "!" instead of "." This seems a straightforward expression, what am I missing?
Thanks in Advance
aexley
I have a text box that needs to be populated with the contents of two text fields in a query. Using help I came up with the following solution:
=[All Sites].[Prefix] & " " & [All Sites].[Site Contact]
This expression was entered in the ControlSource property of the text box. Trouble is all I'm getting is the #Name? error. This error comes up even if I only try one of the fields and if I use "!" instead of "." This seems a straightforward expression, what am I missing?
Thanks in Advance
aexley