L
luanhoxung
hi all !
I try using IsNull(mycontrol) or Nz(mycotrol) for filling it but not
succeeded.
my code:
Private Sub Form_Current()
If IsNull(Me.INV) Then
Me.INV = "some text here"
End If
End Sub
i always get #Error# in my control on form view.
Do i state the code in wrong location ? or incorrect code ?
Thanks any suggestion.
Luan from VietNam
I try using IsNull(mycontrol) or Nz(mycotrol) for filling it but not
succeeded.
my code:
Private Sub Form_Current()
If IsNull(Me.INV) Then
Me.INV = "some text here"
End If
End Sub
i always get #Error# in my control on form view.
Do i state the code in wrong location ? or incorrect code ?
Thanks any suggestion.
Luan from VietNam