Eval function

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
 
D

Dale Fye

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.
 
Top