Recent content by martin.duplessi

  1. M

    The OpenReport action was cancelled using ACCESSRT

    Thankyou for your suggestion. I originally had an onerror event activated, but there was no error when printing the report other than "The OpenReport action was cancelled". Other forums have suggested switching the onerror event off and using "On Error Resume Next" instead. No luck. Attached...
  2. M

    Problem updating tbl fields from possible null

    Howzit, Not to suggest the obvious, but are FieldA and FieldB set to "Required" = "Yes" in the table/field setup? If so, then you will not be able to insert a record with either values = NULL.
  3. M

    The OpenReport action was cancelled using ACCESSRT

    Hi, I am getting the following error "The OpenReport action was cancelled" when printing a report using the command docmd.OpenReport. I have installed the printer and all the drivers. The printer has been shared as "LPT1". The printer prints fine from other applications. The specific report...
Back
Top Bottom