I have a database with data relations that I want to export to Excel. I know I can export tables directly from Access etc. till Excel, but this data is not very readable.
I want to make some queries to retrieve certain results, maybe store the result in a tmp table, and then export the result to Excel from an ASP page. In this way I can join the tables as I want and create a more readable excel file.
Does anybody know if this is possible or how I could go about doing it?
Thanks a lot for any response to this )
I want to make some queries to retrieve certain results, maybe store the result in a tmp table, and then export the result to Excel from an ASP page. In this way I can join the tables as I want and create a more readable excel file.
Does anybody know if this is possible or how I could go about doing it?
Thanks a lot for any response to this )