In SQL view, you should have:
SELECT [Well ID], [date], MAX([Time])
FROM [tableNameHere]
GROUP BY [Well ID], [date]
where you use your real table name. I assumed the field names are Well ID,
date and Time.
If you prefer, open a new query in design view, bring your table. Click on
the Summation button (to get a new row, total, in the grid). Drag the field
Well ID in the grid, keep the proposed Group By. Add the field Date in the
grid, keep the Group By. Bring your field Time, change the proposed Group by
to Maximum.
Vanderghast, Access MVP
k, now I get nothing when its run...... is there a way to show a screen
shot
[quoted text clipped - 11 lines]