Access Error Message

  • Thread starter Thread starter Tom T.
  • Start date Start date
T

Tom T.

When trying to open a table from a Menu page, I receive
the following Microsoft Access error message: "There was
an error executing the command. 2001, You cancelled the
previous option."
Can anyone tell me what the heck this means? Thanks! Tom
T. (this is using Access 2000, from MS Windows 2000
Professional software)
 
When you say open a table, do you mean open a form?

This type of error message can result from many things:
-- the opening of a form or report is cancelled (sometimes by using a
NoData event for a report, or by checking the form's recordsource to see if
it has records and canceling the opening if it doesn't) -- this is usually
done by a macro or VBA code;

-- a domain function (DLookup, DSum, etc.) has a misspelled field name
in the string expressions;

-- other things that might occur!?

Can you provide a bit more info?
 
Back
Top