Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Queries / May 2008

Tip: Looking for answers? Try searching our database.

merge data in a query

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kim Webb - 22 May 2008 20:19 GMT
I have a list of 1000 records with only 1/3 unique.  The table looks like this:

name               recordID            date
kim                  000111              1/2/08
kim                  000111              2/9/08
kim                  000111              4/7/08

I want the table to look like this

name               recordID             date                              
count
kim                  000111               1/2/08, 2/9/08, 4/7/08     3

Any idea how I would accomplish this in Access 2003?
Signature

Thanks for the help!

Jerry Whittle - 23 May 2008 15:48 GMT
Try a crosstab query. I will look something like:

name   recordID   TotalCount  1/2/08  2/9/08  4/7/08   5/23/08
kim       000111             3          1           1         1
Tim      000123             3          1           1                     1
Signature

Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

> I have a list of 1000 records with only 1/3 unique.  The table looks like this:
>
[quoted text clipped - 10 lines]
>
> Any idea how I would accomplish this in Access 2003?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.