Hi,
It has been a while since I got my hands "dirty" with access so I hope someone can shed some light for me.
I have a very large table containing transaction history. It dates back to 2005 and is approx 700K records.
My data looks like the following sample data.
Basically although the widgets are from separate groups, I need them to be treated as once entity so I can provide monthly/yearly comparison on them. In this limited example there would be 25 Widgets sold for Jan 05 and I would then query the other groups of like products together.
I am thinking I will need a many to many joining table but can't see how I am going to combine the groups in this query.
I hope this post makes some sense and I hope someone can point me in the right direction.
Regards,
Peter.
Remember- It's nice to be important,
but it's important to be nice
It has been a while since I got my hands "dirty" with access so I hope someone can shed some light for me.
I have a very large table containing transaction history. It dates back to 2005 and is approx 700K records.
My data looks like the following sample data.
Code:
[tt][b]
DateSold Quan Product Group Sale Cost Etc.[/b]
12/01/05 10 Widget1 100 $99 $79
13/01/05 5 Widget2 101 $299 $200
14/01/05 10 Widget3 102 $399 $300
15/01/05 10 Thingo1 200 $999 $800
15/01/05 10 Thingo2 201 $899 $700
15/01/05 10 OtherProd 300 $399 $300
15/01/05 10 OtherProd2 300 $999 $800
15/01/05 10 Thingo2 201 $899 $700
[/tt]
Basically although the widgets are from separate groups, I need them to be treated as once entity so I can provide monthly/yearly comparison on them. In this limited example there would be 25 Widgets sold for Jan 05 and I would then query the other groups of like products together.
I am thinking I will need a many to many joining table but can't see how I am going to combine the groups in this query.
I hope this post makes some sense and I hope someone can point me in the right direction.
Regards,
Peter.
Remember- It's nice to be important,
but it's important to be nice