Prev: Identify Missing Time Ranges and create a record to account for it
Next: showing the last 20 results from a union query
From: Spike on 16 Mar 2010 06:06 I will be very grateful if someone will give me the SQL to run a query using the Northwind data base that will produce a report that shows totals of “Units in Stock” for each “Category” (ie Beverages etc) that runs across the report so each column in headed by the Category (ie Beverages) and so on. Many thanks -- with kind regards Spike
From: John Spencer on 16 Mar 2010 09:00
Take a look at Crosstab query. I don't have Northwind on this computer so I can't tell you the exact methodology, but the crosstab wizard may be able to help you. John Spencer Access MVP 2002-2005, 2007-2010 The Hilltop Institute University of Maryland Baltimore County Spike wrote: > I will be very grateful if someone will give me the SQL to run a query using > the Northwind data base that will produce a report that shows totals of > “Units in Stock” for each “Category” (ie Beverages etc) that runs across the > report so each column in headed by the Category (ie Beverages) and so on. > > Many thanks > |