Is Append in the open statement correct, if I use this I am only getting the last field data if I have n fields...and If I use Output instead of Append I am getting only the last value of last field...and one more thing if I use the msgbox I was asking to press Ok for every data that is entering to the file...I have 100's of data and I can't press Ok for each time...any solution for that
the other question was?
If I write some SQL statement to extract particular number of rows from a table. I need the output with heading of particular row and the data regarding that...
i.e. suppose if have a table name of Year and with rows from January to febrauary with each month consisting of 100 data "may be string or Integer"
If My Sql statement SELECT January , March, may FROM Year with January like "Sunday"...then I need the output like
January March May in different rows with the data under each row from the original table "Year" that has only Sunday in January....it may be more than 40 values and now if the other rows which are March and May have some integer value in it with "," I need the conversion here to convert each and every value of that particular row into "."
If you have some example program of such kind...it would be really helpfull for me
the other question was?
If I write some SQL statement to extract particular number of rows from a table. I need the output with heading of particular row and the data regarding that...
i.e. suppose if have a table name of Year and with rows from January to febrauary with each month consisting of 100 data "may be string or Integer"
If My Sql statement SELECT January , March, may FROM Year with January like "Sunday"...then I need the output like
January March May in different rows with the data under each row from the original table "Year" that has only Sunday in January....it may be more than 40 values and now if the other rows which are March and May have some integer value in it with "," I need the conversion here to convert each and every value of that particular row into "."
If you have some example program of such kind...it would be really helpfull for me
Comment