| Author: Shivshanker Cheral 01 Sep 2007 | Member Level: Diamond | Rating:  Points: 2 |
i have one idea think on this. as you told that tasix are 30 and fixed so now you table needs 30 * 2 = 60 columns but if the tasic are fixed then no need of storing them create columns like this InvoiceNO TaxID1 TaxID2 TaxID3 ... TaxID30 and store in TasID1 column the amount means columns itself is TaxID1 so in that column store 1000 and in TasID2 store 2000 and so on then your table hase 30 + 1 = 31 columns only. we can access based on Invoice id and TaxId column name.
|
| Author: Shivshanker Cheral 01 Sep 2007 | Member Level: Diamond | Rating:  Points: 2 |
reply if you have any doubt
|