vbaINet Thanks for your input. I am going to need a little more help. see the code below and see how I will be able to accomplish this
strQuery = "SELECT [Detail].[Menu Item] AS ItemSold, Sum([Detail].[Quantity]) AS TotalQty, Sum([Detail].[Item Price]) AS TotalSale, "
strQuery = strQuery &...