Results 1 to 7 of 7
  1. #1
    vivah is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    18

    merge two fields in access? how to ?

    Hello,



    I need help merge two fields in access, and paste into third field , how to ?
    image attached.

    i want to merge "software name" with "version" and paste the results to "software_version".

    thanks so much,

    vivahClick image for larger version. 

Name:	selected sfw pull.png 
Views:	13 
Size:	14.1 KB 
ID:	8549

  2. #2
    R_Badger is offline Knows a few tricks
    Windows XP Access 2003
    Join Date
    Feb 2012
    Location
    Suffolk, UK
    Posts
    262
    I would use a query

    in the software version try:

    =[software name] &" " & [version]

  3. #3
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You can *always* put them together whenever needed in a query. I would recommend *not* putting them together in a field. Fields in a Relational DataBase Table should *not* be dependant on other fields in the same table.

  4. #4
    vivah is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    18
    pls elaborate , i didn't understand,
    how do i create another table and paste the results ? then,

  5. #5
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Why do you feel you need them put together in another table? The information in a nornalzed RDMS should *only* exist in one place in the system. As I said, you can always put them together in a query.

  6. #6
    vivah is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    18
    ok same table is fine, but sorry, i don't understand where i put your below statement, ( can you pls give me the full sql statment for this, thanks)
    =[software name] &" " & [version]

  7. #7
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    SELECT [software name] &" " & [version] AS FullName FROM YourTable

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Access merge to Outlook
    By teirrah1995 in forum Import/Export Data
    Replies: 4
    Last Post: 10-23-2011, 08:51 AM
  2. Access to merge documents
    By SJames in forum Access
    Replies: 2
    Last Post: 04-25-2011, 09:27 AM
  3. Replies: 3
    Last Post: 03-27-2011, 03:02 PM
  4. Mail Merge with Access
    By missesclick in forum Access
    Replies: 6
    Last Post: 12-09-2010, 01:28 PM
  5. Merge two fields
    By daviddoria in forum Access
    Replies: 0
    Last Post: 01-31-2009, 09:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums