K
Kay Davies
Hello
I was wondering if anyone could help. I am trying to
automatically complete one field with certain text if
another has 0 entered. I have tried the following:
Private Sub Feverish_Change()
If Feverish.AfterUpdate = "0" Then
SeverityFeverish.Text = "NA"
RelationToVaccineFeverish.Text = "NA"
Else
SeverityFeverish.Value = Null
RelationToVaccineFeverish.Value = Null
End If
End Sub
Nothing happens! I would be grateful if anyone could help.
I was wondering if anyone could help. I am trying to
automatically complete one field with certain text if
another has 0 entered. I have tried the following:
Private Sub Feverish_Change()
If Feverish.AfterUpdate = "0" Then
SeverityFeverish.Text = "NA"
RelationToVaccineFeverish.Text = "NA"
Else
SeverityFeverish.Value = Null
RelationToVaccineFeverish.Value = Null
End If
End Sub
Nothing happens! I would be grateful if anyone could help.