AndrewRice
Programmer
I am trying to export some reports in my .adp project to Excel. I have discovered the TransferSpreadsheet method, but this does not allow SQL strings. You can only transfer Tables and Queries (which of course don't exist in .adp). I can't use a View because the datasets are user-defined (they have a form to restrict data, when the report opens it builds a SQL string based on that form and I use Me.Recordsource = strSQL) Is there a way to export these reports?
Thanks a lot.