Freefall27
Technical User
I have seperate CSV files (one for each loaction) that are generated from a system. I need to take the CSV output from each and combine into one query and sum the rseults.
I am using Access 2003 and have the CSV files imported at this time. I have 11 total spreadsheets which have about 60 fields each.
Example
Spreadsheet #1 ABC Town
Fields
A Usage B Usage C Usage
1,096,000 200,000 159,000
Spreadsheet #2 XYZ Town
Fields
A Usage B Usage C Usage
904,000 100,000 41,000
I would like to merge the spreadsheets together in a query and produce an overall total for each field.
MS Query
A Usage B Usage C Usage
2,000,000 300,000 200,000
Then calculate the % each represents in comparison to the total.
If more information is required please let me know.
I am using Access 2003 and have the CSV files imported at this time. I have 11 total spreadsheets which have about 60 fields each.
Example
Spreadsheet #1 ABC Town
Fields
A Usage B Usage C Usage
1,096,000 200,000 159,000
Spreadsheet #2 XYZ Town
Fields
A Usage B Usage C Usage
904,000 100,000 41,000
I would like to merge the spreadsheets together in a query and produce an overall total for each field.
MS Query
A Usage B Usage C Usage
2,000,000 300,000 200,000
Then calculate the % each represents in comparison to the total.
If more information is required please let me know.