Hi,
I am executing, update query as
, while executing it gives error as "Val() is not a recognized function name" how can over come this error? Is any predefined method available?
my item code is like 'V00121".
Thanks in Advance,
VASAVIVENU.
I am executing, update query as
Code:
Update taans set pbno='OLD' & pbno where val(right(itemcode,5))<2774;
my item code is like 'V00121".
Thanks in Advance,
VASAVIVENU.
Comment