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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top