I recently took a Marketing Manager position at a local aerospace company here in Southern CA. While I was working on my MBA, my various study groups used Access alot for marketing research projects and now I'm trying my hand at similar uses.
I've made some simple programs that the inside sales group I supervise is now using, and I realize much of those apps wouldn't have been possible had I not found this board to "borrow" ideas from. So I owe you all a thanks for that.
That being said, I am in no way what so ever a programmer. Nor will my company let me hire a dedicated programmer just for my Marketing Dept. I have to wait in line like everybody else for IT resources...
I struggled through a C++ and a Fortran 77 class about a million years ago in engineering school, but that's about it.
I guess this is all just a long winded warning that I will have next to nothing to contribute to your online community and rest assured my questions will be simple and quite possible show my total ignorance.
OK, let's get the first dumb question out of the way:
My goal is to look at our manufacturing backlog and put together data on which customers are ordering what. The goal will be to find out which 20% of our parts account for 80% of our business (80/20 rule, etc.)
In the table I extracted from our MRP system, the fields I care about are:
Customer Name, Part Number Ordered, Order Quantity
The problem is there are multiple lines for the same part number from each customer, representing different orders for different quantities.
If I'm thinking about this correctly, I think I need to somehow make a query that will output something like this:
Customer Name, Unique Part Number, Total of that Part on Order.
3 Questions:
Is this possible?
How do I do it?
Am I woefully out of my depths trying to learn enough about Access to survive?
I've made some simple programs that the inside sales group I supervise is now using, and I realize much of those apps wouldn't have been possible had I not found this board to "borrow" ideas from. So I owe you all a thanks for that.
That being said, I am in no way what so ever a programmer. Nor will my company let me hire a dedicated programmer just for my Marketing Dept. I have to wait in line like everybody else for IT resources...

I guess this is all just a long winded warning that I will have next to nothing to contribute to your online community and rest assured my questions will be simple and quite possible show my total ignorance.
OK, let's get the first dumb question out of the way:
My goal is to look at our manufacturing backlog and put together data on which customers are ordering what. The goal will be to find out which 20% of our parts account for 80% of our business (80/20 rule, etc.)
In the table I extracted from our MRP system, the fields I care about are:
Customer Name, Part Number Ordered, Order Quantity
The problem is there are multiple lines for the same part number from each customer, representing different orders for different quantities.
If I'm thinking about this correctly, I think I need to somehow make a query that will output something like this:
Customer Name, Unique Part Number, Total of that Part on Order.
3 Questions:
Is this possible?
How do I do it?
Am I woefully out of my depths trying to learn enough about Access to survive?