agregate function that concatenates fields

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

Guest

I need to know an agregate function that concatenates fields, similar to
sum() or count().
 
Do you mean where Field1 = "Now is" and Field2 = "the time" to result in
"Now is the time"?
Then use --
My Results: [Field1] & [Field2]
 

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

Back
Top