add a new field that combines firt and last name

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

Guest

I have customer table with a first name and a last name, respectively
I want to add a new field that comebines a first and last name to make a
full name.
I don't know know where shoud I put "[userlastname]&", "&[userfirstname]"
 
Dear Jay:

You probably wouldn't want to put a new field in a table to hold that
information, since that would duplicate data, which is a no-no. Instead, you
would create a query and use the construction you give as an expression.
Base your form on this query.

Good luck!
Fred Boer
 

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