Results 1 to 3 of 3

Thread: string.concat in access

  1. #1
    Join Date
    Apr 2003
    Posts
    23

    string.concat in access

    is there a way to concat 2 columns with SQL request

    For exemple

    SELect (firstName,secondName) as name

    thank you

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    SELect firstName & "," & secondName as name
    from yourtable

  3. #3
    Join Date
    Apr 2003
    Posts
    23

    INCREDIBLE

    I don't believe it !! it works !!!

    thanks a lot

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •