Hello,
Trying to export the results of a query into a spreadsheet, which I can do, but not as I like.
Procedure is this:
Form holds 2 date fields - ToDate, FromDate
query_CreateSho wTable.cfm shows the results as a table with all completed records within that date range. On the web page is a button with 'Export to Excel' on it. This exports the results to XLS format using the action query query_ExportToE xcel.cfm
I'm exporting to XLS by running this query, but it doesn't work as the query requires the values of ToDate & FromDate from my form.
How can I pass the values of ToDate & FromDate to the query _ExportToExcel. cfm?
Thanks
Neil
Trying to export the results of a query into a spreadsheet, which I can do, but not as I like.
Procedure is this:
Form holds 2 date fields - ToDate, FromDate
query_CreateSho wTable.cfm shows the results as a table with all completed records within that date range. On the web page is a button with 'Export to Excel' on it. This exports the results to XLS format using the action query query_ExportToE xcel.cfm
I'm exporting to XLS by running this query, but it doesn't work as the query requires the values of ToDate & FromDate from my form.
How can I pass the values of ToDate & FromDate to the query _ExportToExcel. cfm?
Thanks
Neil
Comment