Search results

  1. M

    Can't trap 2501

    I believe I will. I may not get to this until Monday, then I will post what happened. Thank you so much for your guidance, Mina
  2. M

    Can't trap 2501

    Rich, Here's the Gen Decs for that form: Option Compare Database Option Explicit Const ConErrRptCanceled = 2501 I compiled the whole database after your suggestion, same results. I believe this will drive me barmy. Mina
  3. M

    Can't trap 2501

    I tried swapping the statements, didn't work. Sorry to be obtuse, but I wasn't sure whether the other suggestion, with altered code, was to be shaped like the original. I declared the constant in Gen Decs of the form, and then did this with the code: On Error GoTo ErrorHandler...
  4. M

    Can't trap 2501

    M8KWR, I tried your code, still popped me into the 2501 msg. Rich. . . any ideas? Thanks to you both, Mina
  5. M

    Can't trap 2501

    I am using version 2003 and here's the scenario: I am having the devil of a time trying to prevent the following message from popping up when I attempt to open a report with no data. To make my explanation easier, I created a test button and put simple code behind it that duplicates my...
Back
Top Bottom