Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    jerryb is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    May 2012
    Posts
    9
    The data is coming from a linked table, ill have to verify in the morning but I'm pretty sure it is a numeric field.

    I've got some more research to do in the morning as I'm not 100% sure where to put the code and how to call it, but I'm definitely following the function of your code. I've tried several things but haven successful yet, I believe due to not fully understanding how this part of it works.

    Sincerely appreciate your guidance!
    Jerry

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,956
    John_G, when I type draft code in post I use code tags and copy/paste an indent from an existing VBA procedure. Gives the appearance of actual code, as shown in my edit of your post.

    Jerry, the code could be a procedure that is triggered by a button click on form:

    Sub btnConcatRecords_Click()

    'code

    End Sub
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Combining rows in query?
    By rev in forum Queries
    Replies: 2
    Last Post: 04-23-2012, 08:47 AM
  2. Replies: 5
    Last Post: 03-29-2012, 09:21 PM
  3. Combining rows
    By Bing in forum Queries
    Replies: 1
    Last Post: 06-09-2011, 12:54 PM
  4. Combining value in multiple rows into new field
    By stricklanpbs in forum Access
    Replies: 4
    Last Post: 05-05-2011, 11:29 AM
  5. Combining columns into rows
    By steeveepee33 in forum Queries
    Replies: 5
    Last Post: 04-30-2009, 09:18 PM

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