Hello, I'm hoping someone can help with the most efficient way to do this. Every month I download a billing report listing costs for several telephone numbers. Each cost is broken down separately by description, so each .csv file equates to about 12,000 rows in Excel. I've attached a shortened sample .xls file.
The goal is to give each department a monthly report with a full breakdown of their costs by number, but not anyone other departments. Excel's pivot table filters well, but I can't export the details easily without the other departments being able to see each other's costs. So I turned to Access for reports. Here are my questions:
1) If I import a .csv like this every month, should I append it to the same table every time or import them as additional tables every month?
2) If I import each .csv as a separate table, how do I design a query or form to be able to see the added tables without manually updating it?
Any ideas on the best setup for something basic like this? Thanks for any help in advance.
The goal is to give each department a monthly report with a full breakdown of their costs by number, but not anyone other departments. Excel's pivot table filters well, but I can't export the details easily without the other departments being able to see each other's costs. So I turned to Access for reports. Here are my questions:
1) If I import a .csv like this every month, should I append it to the same table every time or import them as additional tables every month?
2) If I import each .csv as a separate table, how do I design a query or form to be able to see the added tables without manually updating it?
Any ideas on the best setup for something basic like this? Thanks for any help in advance.