Hi, I have this table validation which I built using the VB expression builder:
IIf([More MgSO4?]="Yes",Not IsNull([extra dosage]),MsgBox("Provide the dose!"))
It doesn't work. If violated, how can I make this constraint give the message "Provide the dose!"
IIf([More MgSO4?]="Yes",Not IsNull([extra dosage]),MsgBox("Provide the dose!"))
It doesn't work. If violated, how can I make this constraint give the message "Provide the dose!"