Latest date

G

Guest

Hi,

I have a table in access that lists all incidents by stores over a 2 year
period.

Question: What expression can I use in a query that would return the last
incident for each store over that period of time?

Thanks


..
 
P

pietlinden

LucB said:
Hi,

I have a table in access that lists all incidents by stores over a 2 year
period.

Question: What expression can I use in a query that would return the last
incident for each store over that period of time?

Thanks

use a totals query, group by Store, get MAX of date.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Show latest Record 1
crosstab query 3
Counting in queries 2
Consecutive months 2
Make Table Query 2
Group By Question? 1
Rolling Average Calculation 3
'count' query question 2

Top