Hi,
I have a data entry form for quarterly test results. There are 8 variables.
If variable TH2 was ever positive on a previous test, even if it is negitive on the current test, the patient must have an additional set of tests done.
So what I need to code somehow, when patient X has a new record entered - check if TH2 was ever positive on a previous record and display a message box
warning.
I've created a query that pulls patient ids and TH2 - criteria is if TH2 has a value of 1. But not sure how to have the data entry form check for specific patient id and TH2 value.
Any help would be great.
Thanks
I have a data entry form for quarterly test results. There are 8 variables.
If variable TH2 was ever positive on a previous test, even if it is negitive on the current test, the patient must have an additional set of tests done.
So what I need to code somehow, when patient X has a new record entered - check if TH2 was ever positive on a previous record and display a message box
warning.
I've created a query that pulls patient ids and TH2 - criteria is if TH2 has a value of 1. But not sure how to have the data entry form check for specific patient id and TH2 value.
Any help would be great.
Thanks