Concatenation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I am attempting to concatenate two fields: how and where should I put the
function criteria?? I'm sure I can use the ConcatenateField function but
where?
Thanks!
 
The help section states:

Combining text values
You can combine text values from multiple fields or controls by using the
text concatenation operator (&) in an expression. The concatenation operator
concatenates two text strings and returns a single string.

For example, to return an address like:

507 20th Ave. E., Seattle WA 98122

type this expression:

=[Address]&", "&[City]&" "&[Region]&" "&[PostalCode]

Hope this helps
JMorrell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top