How do I copy concatenate formula in column

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

Guest

I have looked and looked but can not find the right results. I still can not
copy the concatenate formula to on column. I am trying to combine first and
last names for two different columns.
 
From 2 columns in a table?

[lastname] & ', ' & [firstname] or

[firstname] & ' ' & [lastname]

Sharkbyte
 
Access does not use Concatenate but like the folowing --
[FirstName]&" "&[LastName]
 

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