join two fields in a question

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

Guest

i know how to combine two fields in a question to get for example name and
surname together, but i can't get a spacing between the name and surname ex.

this is the way i want it...
olle andersson

this is the way i get it:
olleandersson ...... Uttryck1: [name]+[surname]
 
Use the ampersand to concatenate text/string values:
Uttryck1: [name] & " " & [surname]
 

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