T
tracktraining
Hello ALL,
I would like to have my UPDATE button to be enabled when the txtdocid and
txtrev fields have some data in it...... I wrote the code as follows:
If Not IsNull(Me.txtDocID) And Not IsNull(Me.txtRev) Then
Me.UpdateTrain.Enabled = True
End If
When I enter something in both the txtdocid and txtrev, the update button is
not enabled.
Please help.
thanks!
I would like to have my UPDATE button to be enabled when the txtdocid and
txtrev fields have some data in it...... I wrote the code as follows:
If Not IsNull(Me.txtDocID) And Not IsNull(Me.txtRev) Then
Me.UpdateTrain.Enabled = True
End If
When I enter something in both the txtdocid and txtrev, the update button is
not enabled.
Please help.
thanks!