Search results

  1. J

    run time error 2501

    I appreciate your dilligence here, but the problem was not in the code because it worked in the past and now works again. I even a created a new access database with one table, one query, one form and one button to run and export the one report. There was one line of code on the click event...
  2. J

    run time error 2501

    No, just one at a time.
  3. J

    run time error 2501

    Data was not really the name of the report and the problem occurred with all reports.
  4. J

    run time error 2501

    Thanks for responding, but the problem seems to have fixed itself. Maybe rebooting helped, though I still had the problem right after doing so. A few hours later, it just started working. Go figure.
  5. J

    Can't output report as pdf in Access 2010

    I receive The OutputTo Action Was Cancelled, Error 2501 when trying to output a report as a pdf with Access 2010 and Adobe Acrobat X. DoCmd.OutputTo acOutputReport, "Data", acFormatPDF, "FullPathToFile.pdf", True Can anyone tell me what might be causing this. The report has data and I can...
  6. J

    run time error 2501

    I am having a similar problem. I receive run time error 2501 whenever I attempt to create a pdf file from a report using: DoCmd.OutputTo acOutputReport, "Data", acFormatPDF, "PathToFile.pdf", False I am using Access 2010 and Acrobat Pro X. This problem just started and occurs in database...
Back
Top Bottom