Hey guys,
I have a problem, am trying to find a way how to reuse an order, i use a table to display the items and a form that display the select items where I can modify the QTYS of each items then a submit.
Once submitted by a SQL stored procedure all the QTYS and back to zero (table) and (database).
Am looking for a way to reuse the order and display to the table and database the some QTYs to the same items.
i Have tried :
UpdateIf(TableName, CollectionName)
Cant find the perfect conditions.