G
Glenn
I have a table has several lab tests.
I'll call it "tbl_LabTests".
Within this table:
ClientID
LabTests
LabTestDates
LabTestResults
The field 'LabTests' has several types:
PPD
RPR
GC
Toxo
RBC
WBC
The field 'LabTestResults has several types:
Pos
Neg
ABNL
WNL
**********************
Issue:
I am able to run a query to find clients due for lab
tests depending on their last lab test.
MAX[LabTestDate]
<=Date()-365
LabTests
Like "*" & [Enter Screen] & "*"
LabTestResults
Like "*" & [To exclude positives type "neg", to see only
positive type "pos", to see all press 'enter'] & "*"
-------------
What I need is to be able to find the clients that have
never had the test done.
I hope I am clear with the request.
Thank you in advanced.
Glenn
I'll call it "tbl_LabTests".
Within this table:
ClientID
LabTests
LabTestDates
LabTestResults
The field 'LabTests' has several types:
PPD
RPR
GC
Toxo
RBC
WBC
The field 'LabTestResults has several types:
Pos
Neg
ABNL
WNL
**********************
Issue:
I am able to run a query to find clients due for lab
tests depending on their last lab test.
MAX[LabTestDate]
<=Date()-365
LabTests
Like "*" & [Enter Screen] & "*"
LabTestResults
Like "*" & [To exclude positives type "neg", to see only
positive type "pos", to see all press 'enter'] & "*"
-------------
What I need is to be able to find the clients that have
never had the test done.
I hope I am clear with the request.
Thank you in advanced.
Glenn