Eval function

  • Thread starter Thread starter Wahab
  • Start date Start date
W

Wahab

Dear All
I want use eval function in continous form and Im writting Code like :
If Not IsNull(tQuantity) Then
tQuantity = Eval(tQuantity.Value)
End If
I m getting error, pls guide me.
Thanks
 
What are you trying to accomplish?

Where is this code?

What error is Access giving you?

tQuantity is already equal to tQuantity.Value, unless the control that is
bound to tQuantity has the focus, in which case the current "value" of
tQuantity will be found in the tQuantity.Text property, not tQuantity.Value

--
HTH
Dale

email address is invalid
Please reply to newsgroup only.
 
Back
Top