jamesteague85
New member
- Local time
- Today, 23:42
- Joined
- Dec 9, 2010
- Messages
- 2
Hi, Im relatively new to access and know the basics. My VBA is alright, but I really cant seem to get my table/query design right.
Im building a database for my work, heres the scenario.
We use a machine, creating items....these are identified by a product number.
The machine can make 4 products, one on each of the machines heads, they can all be different products though (usually the machine will make 2 different products across the 4 heads). The products made from the heads changes frequently too.
I want to store each of the heads outputs in a table...i.e date/product/output.
Thats the easy part.
The hard part comes when I try to create a query based on the 4 different heads, I want to end up with grand totals for each day.
a record for each product id and its output for each day.
so if the 4 machines were making 3 different products, you would have
3 records, each labelled with the date/product/output.
Forgive my ignorance if what im asking is stupid, or really easy.
Any help is greatly appreciated.
James
Im building a database for my work, heres the scenario.
We use a machine, creating items....these are identified by a product number.
The machine can make 4 products, one on each of the machines heads, they can all be different products though (usually the machine will make 2 different products across the 4 heads). The products made from the heads changes frequently too.
I want to store each of the heads outputs in a table...i.e date/product/output.
Thats the easy part.
The hard part comes when I try to create a query based on the 4 different heads, I want to end up with grand totals for each day.
a record for each product id and its output for each day.
so if the 4 machines were making 3 different products, you would have
3 records, each labelled with the date/product/output.
Forgive my ignorance if what im asking is stupid, or really easy.
Any help is greatly appreciated.
James