Hi all,
I want to list only the latest records, thus I have total query, I'm playing around with this but somehow it doesn't work:
I have 3 fields,
print_id - PM in a table and autonumber
date
time
I have a group by in print_id and max in date and time
Please help
I want to list only the latest records, thus I have total query, I'm playing around with this but somehow it doesn't work:
I have 3 fields,
print_id - PM in a table and autonumber
date
time
I have a group by in print_id and max in date and time
Please help