For the attached Database, I have the table validation rule:
IIf([More MgSO4?]="Yes",Not IsNull([extra dosage]),IsNull([extra dosage])) And
IIf([anti HyperT agent?]="Yes",Not IsNull([anti HyperT dosage]),IsNull([anti HyperT dosage]))
This works until you try to make a correction on a previously saved record. I tried to test this validation rule but it gets stuck on the validation text message. How do I get out of this please??
e.g. if you double click on TripID 325874 of the subform, the PreEclampsia form will auto populate. Leave "More Magnesium given?" as "Yes" and delete the dose already provided. The validation text message pops up and wouldn't go away even after you've corrected the error. Same thing for the Hypertensive agent/dose
PLEASE HELP!:banghead:
IIf([More MgSO4?]="Yes",Not IsNull([extra dosage]),IsNull([extra dosage])) And
IIf([anti HyperT agent?]="Yes",Not IsNull([anti HyperT dosage]),IsNull([anti HyperT dosage]))
This works until you try to make a correction on a previously saved record. I tried to test this validation rule but it gets stuck on the validation text message. How do I get out of this please??

e.g. if you double click on TripID 325874 of the subform, the PreEclampsia form will auto populate. Leave "More Magnesium given?" as "Yes" and delete the dose already provided. The validation text message pops up and wouldn't go away even after you've corrected the error. Same thing for the Hypertensive agent/dose
PLEASE HELP!:banghead: