combine two fields

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

Guest

I have two fields "City" and "Province" I somehow want to have them on my
report beside each other with a comma between and to "automatically truncate
any extra space - for example:

Toronto, Ontario
Montreal, Quebec
Vancouver, British Columbia

Thanks !

Ty
 
Ty said:
I have two fields "City" and "Province" I somehow want to have them
on my report beside each other with a comma between and to
"automatically truncate any extra space - for example:

Toronto, Ontario
Montreal, Quebec
Vancouver, British Columbia

Thanks !

Ty

Use a ControlSource of...

=[City] & ", " & [Province]
 

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

Open the world of Pivot Tables 1
Formula help 13
merge 3
Display only fields with value 16
Combining many records in one field 1
Two fields as One 2
Expression with text 9
field combination 2

Back
Top