Ok Stick it out with me.
See DB. Table named “tbl_testing”
15 total records.
I need a query that will give me:
Only the most recent “Drug” & most recent “alcohol” test for each social.
Ex: Steve Smith has 2 “Alcohol” tests and 3 “drug” tests. I only want the most recent of each. The most a social can be listed is 2 in the query, one alcohol & one drug test.
Is this possible? Thanks
TravisDownload DB
See DB. Table named “tbl_testing”
15 total records.
I need a query that will give me:
Only the most recent “Drug” & most recent “alcohol” test for each social.
Ex: Steve Smith has 2 “Alcohol” tests and 3 “drug” tests. I only want the most recent of each. The most a social can be listed is 2 in the query, one alcohol & one drug test.
Is this possible? Thanks
TravisDownload DB