G
Guest
This is what I am trying to accomplish:
I am tracking patients on a once every 3 Month basis after an initial
assessment. If they "Pass" two visits in a row they will no longer be
tracked. But I want to capture the patients who have not "Passed" until they
do "Pass" (again they have to pass two visits in a row.)
I am not sure if my tables are set up correctly, but this is what I have:
I have two tables; First table tblInitialSettings: InitialDate (Date field),
InitialResult(pass/fail). Second table tblFollowUp: FollowUpDate (Date
Field), FollowUpType (cboBox w/"3 Month", "6 Month", "9 Month",.......,"4
Years", FollowUpResult (Pass/Fail).
I have been trying to write IIF Statements but I get no where. For example:
IIF(IIF([InitialResult]="Pass" and IIF([FollowUpType] = "3 Month" and
IIF([FollowUpResult]="Pass")))........
I am confused. Again, I may have set up my tables wrong. Short of just
putting check boxes on my forms that state "3 Month Follow Up Pass"/"3 Month
Follow Up Fail" I am at a loss (and I don't have any more hair!) =)
Any help would be greatly appreciated. Thanks! Ryan
I am tracking patients on a once every 3 Month basis after an initial
assessment. If they "Pass" two visits in a row they will no longer be
tracked. But I want to capture the patients who have not "Passed" until they
do "Pass" (again they have to pass two visits in a row.)
I am not sure if my tables are set up correctly, but this is what I have:
I have two tables; First table tblInitialSettings: InitialDate (Date field),
InitialResult(pass/fail). Second table tblFollowUp: FollowUpDate (Date
Field), FollowUpType (cboBox w/"3 Month", "6 Month", "9 Month",.......,"4
Years", FollowUpResult (Pass/Fail).
I have been trying to write IIF Statements but I get no where. For example:
IIF(IIF([InitialResult]="Pass" and IIF([FollowUpType] = "3 Month" and
IIF([FollowUpResult]="Pass")))........
I am confused. Again, I may have set up my tables wrong. Short of just
putting check boxes on my forms that state "3 Month Follow Up Pass"/"3 Month
Follow Up Fail" I am at a loss (and I don't have any more hair!) =)
Any help would be greatly appreciated. Thanks! Ryan