I need help with a database in Access -- here is a sample of a set of data:
PARCEL_NO LastOfSALE_DATE SALE_AMT OWNER NAME
0120295MF00000030 2/20/2009 100 WESLEY M G & AMY M
0120295MF00000030 1/19/1997 60000 WESLEY M G & AMY M
0120295MF00000030 6/19/1997 332600 WESLEY M G & AMY M
0120295MF00000030 6/20/2001 350000 WESLEY M G & AMY M
0120295MF00000030 6/19/1996 9301000 WESLEY M G & AMY M
I need a query that will only return the last date and corresponding sale amt. For the example above, I want the query to return the record with 2/20/2009 with $100 for the amount.
I have been using the Total and group by "Last" but I am not getting the result I want.
Any advice?
PARCEL_NO LastOfSALE_DATE SALE_AMT OWNER NAME
0120295MF00000030 2/20/2009 100 WESLEY M G & AMY M
0120295MF00000030 1/19/1997 60000 WESLEY M G & AMY M
0120295MF00000030 6/19/1997 332600 WESLEY M G & AMY M
0120295MF00000030 6/20/2001 350000 WESLEY M G & AMY M
0120295MF00000030 6/19/1996 9301000 WESLEY M G & AMY M
I need a query that will only return the last date and corresponding sale amt. For the example above, I want the query to return the record with 2/20/2009 with $100 for the amount.
I have been using the Total and group by "Last" but I am not getting the result I want.
Any advice?