Hi RpbertS
Even I build this string for inserting data into a tables.
The string will look like this
2001,1,1,1,2,3,4,5,6,7 and so on.
Ex:
Insert into accounting_calendar (year,qtr,week,month,txt1,txt2,txt3,txt4 and so on ) values (2001,1,1,1,1,2,3,4 and so on)
Any idea how to build the...