![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I need to export from couple table data to a csv file. But I don't know how to do the following. The table will, OrderID, no of item, item no, qualtity description. 5020023, 2 , 1 , 1 , Cable 5020023, 2 , 2 , 5 , T Connector and the output file need to add 1 to the no of item and item no, and add ("sales tax" into descrption to each order. How can I do it? The table will be, OrderID, no of item, item no and qualtity, description. 5020023, 3 ,0 ,0 , Sales Tax 5020023, 3 , 1 , 1 , Cable 5020023, 3 , 2 , 5 , T Connector Thanks, Dannie |
![]() |
| Thread Tools | |
| Display Modes | |
| |