Calculation in Field

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

Wahab

Hi there
I have on Continuos Form where i m entering Quantity from invoices, Sometime
I add 2 or 3 quantities and I want to avoid calculator, how i can do with
EVAl function please help me, I tried like this but error is coming:
after update ot TotalQty :
if not isnull(TotalQty) then
TotalQty=eval(TotalQty)
end if

my TotalQty format is standard with 3 decimals.
Thanks and regards
 
Hi Wahab,
the field bound to the text box where you enter the data must be a text
field and when you enter your values you must put a + between them.
In this way it works.

HTH Paolo
 
Back
Top