J
jjturon
Hello,
I would like some insight on how to create a Select Query that will
run through an Access DB and give me totals for 15 particular products
for a specified date range.
Ex.
Bottle_Code Sum_Of_Off_Premise_Sales Sum_Of_On_Premise_Sales
Wine12 12btls
24btls
Wine13 6btls
32btls
I need to have the results displayed in one record for each Bottle_Code
not in multiple records for each Bottle_Code. The query needs to find
this information based on a date range. I am new to this and I'm
having problems.
This is what I get when I use a Select Query. Muliple Records. This
is what I don't want.
Bottle_Code Sum_Of_Off_Premise_Sales Sum_Of_On_Premise_Sales
Wine12 3btls
4btls
Wine12 3btls
4btls
Wine12 3btls
4btls
Wine13 6btls
32btls
Wine13 6btls
32btls
Wine13 6btls
32btls
Thanks for any help,
I would like some insight on how to create a Select Query that will
run through an Access DB and give me totals for 15 particular products
for a specified date range.
Ex.
Bottle_Code Sum_Of_Off_Premise_Sales Sum_Of_On_Premise_Sales
Wine12 12btls
24btls
Wine13 6btls
32btls
I need to have the results displayed in one record for each Bottle_Code
not in multiple records for each Bottle_Code. The query needs to find
this information based on a date range. I am new to this and I'm
having problems.
This is what I get when I use a Select Query. Muliple Records. This
is what I don't want.
Bottle_Code Sum_Of_Off_Premise_Sales Sum_Of_On_Premise_Sales
Wine12 3btls
4btls
Wine12 3btls
4btls
Wine12 3btls
4btls
Wine13 6btls
32btls
Wine13 6btls
32btls
Wine13 6btls
32btls
Thanks for any help,