I have a query which displays a set of date values for a particular ID. Is it possible to obtain a Maximum date from those date values for a particular ID.
So my current data for the query is e.g.
1 1/1/2000
1 6/2/2000
2 1/1/2001
2 4/1/2002 etc.
Is it possible to somehow get distinctly maximum date values
e.g.
1 6/2/2000
2 4/1/2002
Because I need to show not multiple records in my Report.
Thanks.
So my current data for the query is e.g.
1 1/1/2000
1 6/2/2000
2 1/1/2001
2 4/1/2002 etc.
Is it possible to somehow get distinctly maximum date values
e.g.
1 6/2/2000
2 4/1/2002
Because I need to show not multiple records in my Report.
Thanks.