M
marsha_jean
Guest
I have two tables. The first is a list of current SOPs, sorted by revision date. The second table is a routing list, sorted by date, and each item in the first table can have many entries in the routing list.
I want to run a query that will return from the first table the list of current SOPs (all of them), and from the second table only the most recent entry for each SOP. I’ve been trying to use Dmax, but it just returns one record, the most recent entry from the second table. I want each SOP listed, and the latest routing information for each SOP.
I want to run a query that will return from the first table the list of current SOPs (all of them), and from the second table only the most recent entry for each SOP. I’ve been trying to use Dmax, but it just returns one record, the most recent entry from the second table. I want each SOP listed, and the latest routing information for each SOP.