R
rasinc
I have a dumb problem and I am sure it is something simple but I think I have
been staring at it too long.
I have a subform based on query. I want to contactenate a city and
province. The fields are part of the query. I am just running the subform
and the address and postal code work properly. I will be locking the
controls because the address is just for information not for editing.
I put an unbound text box on the form and put the following in the control
source:
=[strCity] & ", " & [strProv]
It is coming up with #Error. Any ideas would be greatly appreciated.
Thanks rasinc
been staring at it too long.
I have a subform based on query. I want to contactenate a city and
province. The fields are part of the query. I am just running the subform
and the address and postal code work properly. I will be locking the
controls because the address is just for information not for editing.
I put an unbound text box on the form and put the following in the control
source:
=[strCity] & ", " & [strProv]
It is coming up with #Error. Any ideas would be greatly appreciated.
Thanks rasinc