![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a printer log that I need to manipulate. Each row contains document name and total # of pages in the document. Document names contain various 12 digit alphanumberic codes. I want to make a report that lists all rows with a common code in one row with their page totals summed. So, what I want to do is make a table that looks like this: document total AAAAAAA11111 3 AAAAAAA22222 4 AAAAAAA11111 9 look like this: document total AAAAAAA11111 12 AAAAAAA22222 4 It seems like this manipulation must be fairly common, but I can't seem to figure it out by reading through Access's help. |
#3
| |||
| |||
|
|
I have a printer log that I need to manipulate. Each row contains document name and total # of pages in the document. Document names contain various 12 digit alphanumberic codes. I want to make a report that lists all rows with a common code in one row with their page totals summed. So, what I want to do is make a table that looks like this: document total AAAAAAA11111 3 AAAAAAA22222 4 AAAAAAA11111 9 look like this: document total AAAAAAA11111 12 AAAAAAA22222 4 It seems like this manipulation must be fairly common, but I can't seem to figure it out by reading through Access's help. I've tried search Google groups a bit, but it seems like "consolidate", "group", "sort", "filter" all apply to something other than what I'm trying to do. Any help will be much appreciated, of course. -mmmGrubb |
![]() |
| Thread Tools | |
| Display Modes | |
| |