Here is what I need to do.
I have a selection of
Select * from tblWIP where WIPID = Variable
this will load a datatable with < 25 items into it....
Then I need to take those items loaded in the datatable and insert them into tblWIP
1.) With negative values and
2.) With 2 different values
This process is a WIP transfer which negates the first records and adds in new records....can I use the Datatable like this?
thanks,
DLC
I have a selection of
Select * from tblWIP where WIPID = Variable
this will load a datatable with < 25 items into it....
Then I need to take those items loaded in the datatable and insert them into tblWIP
1.) With negative values and
2.) With 2 different values
This process is a WIP transfer which negates the first records and adds in new records....can I use the Datatable like this?
thanks,
DLC