B
Bryan Harrington
Ok.. the subject line is a little mis leading.. I don't have a problem
getting a recordset to download to excel..
The problem that I'm having is that the report page has a form to define
criteria, which then posts to itself. Logic in the page shows either the
form or the results. I can add code to download the rs to excel, but it
delivers the entire page. Obviously I don't need the header, nav, footer
etc.. does anyone have a suggestion to only get a portion of the page? I
really don't want to physically duplicate the page without the included
files.. but that's my plan B. Part of the problem physically duplicating the
pages is that the SQL strings are dynmic based on date ranges and other
selection criteria, and have the potential of being upwards of 1224
characters in length.
Your thoughts are appreciated.
Thanks!
getting a recordset to download to excel..
The problem that I'm having is that the report page has a form to define
criteria, which then posts to itself. Logic in the page shows either the
form or the results. I can add code to download the rs to excel, but it
delivers the entire page. Obviously I don't need the header, nav, footer
etc.. does anyone have a suggestion to only get a portion of the page? I
really don't want to physically duplicate the page without the included
files.. but that's my plan B. Part of the problem physically duplicating the
pages is that the SQL strings are dynmic based on date ranges and other
selection criteria, and have the potential of being upwards of 1224
characters in length.
Your thoughts are appreciated.
Thanks!