I'm trying to add data from a table into a text statement.
The text box works with the first data source but gives a syntax error when attempting to add a second.
My text box looks like this:
="thanks for your interest in" &[address] ". If my office can be of any assistance please contact" & [telephone] "."
How can I add several pieces of data to one text box.
thanks
The text box works with the first data source but gives a syntax error when attempting to add a second.
My text box looks like this:
="thanks for your interest in" &[address] ". If my office can be of any assistance please contact" & [telephone] "."
How can I add several pieces of data to one text box.
thanks