Recent content by ianlee74

  1. I

    Macro is Deleting QueryDef body

    We have an Access database that's used to export some invoices as Excel files and also print them to a PDF. All of this happens in one macro. There's nothing in the macro except OutputTo and PrintOut commands. The OutputTo commands run a report and export it as an Excel 2003 file. This works...
  2. I

    Oracle Pass-through Query

    The following query works fine in TOAD for Oracle, but it will not work as a pass-through query in Access. Does anyone know what I need to do to make this work from Access? Specifically, I cannot figure out how to get the final resultset returned to Access. var outCursor refcursor...
Back
Top Bottom