R
Radhika
I have the following code in the on Got Focus event procedure for Tumor
Description:
Private Sub Combo6_GotFocus()
If Me.TumorPresent Then
Me.[Tumor Description] = "N/A"
End If
End Sub
I get an error message saying 'Invalid use of null'
What am i doing wrong?
Description:
Private Sub Combo6_GotFocus()
If Me.TumorPresent Then
Me.[Tumor Description] = "N/A"
End If
End Sub
I get an error message saying 'Invalid use of null'
What am i doing wrong?