I'm trying to output a search result into an Excel file. I need 3 form queries to give the correct result in Excel. I have made a new page where I have put in the extension.
The link to the Excel page.asp: myExcelfile.asp?Month1=<% Response.Write Request("Month1") %>&Month2=<% Response.Write Request("Month2") %>&YEAR=<% Response.Write Request("YEAR") %>
How do I keep these three form queries to give the correct result? I have tried with Month1,Month2,Year next to the "create on" box - but it seems it does not work?
Helle |
|
|