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