B
Bob Barnes
How??
This won't work...
Private Sub DESCRIPTION_Change()
If Not IsNull(DESCRIPTION) Then
MsgBox Len(DESCRIPTION)
Else
MsgBox "AAA" --> always get this on the unbound textbox
End If
End Sub
TIA - Bob
This won't work...
Private Sub DESCRIPTION_Change()
If Not IsNull(DESCRIPTION) Then
MsgBox Len(DESCRIPTION)
Else
MsgBox "AAA" --> always get this on the unbound textbox
End If
End Sub
TIA - Bob