View Single Post
  #1 (permalink)  
Old 01-11-2008, 08:21 PM
Bob_LaRue Bob_LaRue is offline
Junior Member
 
Join Date: Jan 2008
Posts: 2
Bob_LaRue is on a distinguished road
Default ANY dialect question:

Checking whether values in one table are missing from grouping in 2nd table


Hello,

Can you help with the following situation?

I have a large table which contains lab results for patients enrolled in a clinical trial. There are certain lab tests which are required for each trial visit.

I need a query which returns a listing of patients which have missing tests, the visit numbers which have missed tests, and the name of the missing test(s) for that visit.

The list of required tests is stored in a second table. So one example of a returned row would be as follows.

Patient Visit Number Test Missed
003 001 Albumin

Does anyone know of a query which can accomplish this?

Thanks,

Bob
Reply With Quote

ANSWER(S):