Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with Maximum Summary Function 1

Status
Not open for further replies.

JohnSushames

Technical User
Aug 24, 2001
1
GB
My database contains a field which records the dates of reviews completed, of which there are a number of different types. I need to be able to find tha maximum (latest date) from the field for each type of review. My query is how can I limit the maximum function to look at only one type of review at a time? The type of review is indicated by a separate field within the same table.

If anyone has any idea how to do this it would be much appreciated!!!!
 
You need to create a GROUP for the review type. Then do a max function on the review date in the group.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top