Forum Moderators: open
Can you please help me with an access sql query I am writing in ASP. I am trying to return data on a product, it's last review and the total number of reviews. The problem is something to do with the nesting but I think I'm going about it the wrong way.
Reviews
ReviewID
ReviewBy
ReviewDate
ReviewTime
ReviewContent
......
I want to return the following:
ProductId, Name, Description, Manufacturer, StartedOn, TotalReviews (A count of the number of reviews), LastReviewBy, LastReviewDate, LastViewTime
Any Ideas? I keep getting errors about aggregate queries and I can't find a solution anywhere.
Chris
[edited by: chris_f at 12:31 pm (utc) on June 13, 2003]