Recent content by jmv9430

  1. J

    Exporting results of a filtered query to excel

    I have tried both OutputTo as well as transferspreadsheet, both export the results of my query without applying the filter that was builtup in the search form. So while both OutputTo and transferspreadsheet may work, I need assistance figuring out what I'm missing in my code that prevents the...
  2. J

    Exporting results of a filtered query to excel

    Hello all. I've tried repeatedly to get an "Export to Excel" function to work. I have created a search form with various criteria that the user selects to filter the query results. My problem is that no matter how I code it (DoCmd.Transferspreadsheet, DoCmd.OutputTo) I can't seem to get it...
Top Bottom