Hi all-
I have searched for a while and have seen some suggestions of using Max date queries and others. I have not found any solutions that I can implement into my DB. I am posting a copy of my DB in access 07.
I want to return the latest known location for all tools in the tbl_tools. The query should check tbl_repair and tbl_invoice and retrieve the latest date FOR EACH TOOL NUMBER. results would look as follows:
tool# Date ID
1234 5/1/08 4 (from repair table)
1235 2/2/08 4 (from invoice table)
1236 3/2/08 5 (from invoice table)
I know how to get the latest date for a single tool, but not for all the tools in the tools table. thanks for any help
CG
I have searched for a while and have seen some suggestions of using Max date queries and others. I have not found any solutions that I can implement into my DB. I am posting a copy of my DB in access 07.
I want to return the latest known location for all tools in the tbl_tools. The query should check tbl_repair and tbl_invoice and retrieve the latest date FOR EACH TOOL NUMBER. results would look as follows:
tool# Date ID
1234 5/1/08 4 (from repair table)
1235 2/2/08 4 (from invoice table)
1236 3/2/08 5 (from invoice table)
I know how to get the latest date for a single tool, but not for all the tools in the tools table. thanks for any help
CG