Access denied
New member
- Local time
- Today, 00:38
- Joined
- Apr 17, 2009
- Messages
- 5
Ok, I am a new access user so I am hoping that someone can help me with this problem.
I have been extracting sales information out of my accounting software and making sales reports using pivot tables. The input spreadsheets have grown way to big (like over half a million lines), so I am switching over to access.
I can import the data fine but when I go to make a query the sales information is multiplying itself. For example my Inputs look something like this (there are way more columns but for examples sake)
Customer_# Customer_Name February_Sales March_Sales
ABC123 ABC Company 1000.00 700.00
ABC123 ABC Company 6000.00 9000.00
ABC123 ABC Company 300.00 100.00
The raw data comes out from the accounting software by invoice number by item sku so there are many records for one customer
So I have imported my tables and have a master customer table with customer# and customer Name (I am using the customer# here as the primary key). The other two tables for the sales have an autonumber primary key.
When I create the query I get something like this:
Customer Name February Sales March Sales
ABC Company 21,900.00 39,200.00
In this case the February sales were totaled and muliplied by 3 and March by 4
I don't know why it is doing this, I hope you guys can help me out.
Thanks for reading!!
I have been extracting sales information out of my accounting software and making sales reports using pivot tables. The input spreadsheets have grown way to big (like over half a million lines), so I am switching over to access.
I can import the data fine but when I go to make a query the sales information is multiplying itself. For example my Inputs look something like this (there are way more columns but for examples sake)
Customer_# Customer_Name February_Sales March_Sales
ABC123 ABC Company 1000.00 700.00
ABC123 ABC Company 6000.00 9000.00
ABC123 ABC Company 300.00 100.00
The raw data comes out from the accounting software by invoice number by item sku so there are many records for one customer
So I have imported my tables and have a master customer table with customer# and customer Name (I am using the customer# here as the primary key). The other two tables for the sales have an autonumber primary key.
When I create the query I get something like this:
Customer Name February Sales March Sales
ABC Company 21,900.00 39,200.00
In this case the February sales were totaled and muliplied by 3 and March by 4
I don't know why it is doing this, I hope you guys can help me out.
Thanks for reading!!