Datasheet

Number
Description
Error Numbers and Descriptions for Microsoft Access 2007
2486
You can't carry out this action at the present time.@You tried to run a macro or used the
DoCmd object in Visual Basic to carry out an action. However, Microsoft Office Access is
performing another activity that prevents this action from being carried out now.For
example, no actions on a form can be carried out while Microsoft Office Access is repainting a
control or calculating an expression.@Carry out the action later.@1@@@1
2487
The Object Type argument for the action or method is blank or invalid.@* For a Close,
GoToRecord, SearchForRecord or RepaintObject action, enter values for both arguments, or
leave both blank to perform the action on the active object.* For a DeleteObject, Rename,
or CopyObject action, enter values for both arguments, or leave both blank to perform the
action on the object currently selected in the Navigation Pane.* For a SendObject or
OutputTo action, enter values for both arguments, or leave the Object Name argument blank
if you want the action performed on the active object of the specified object type.* If you're
using a method with the DoCmd object, use an intrinsic constant that equates to a valid object
type or the corresponding numeric value for the argument name.@@1@1@12276@1
2488
You can't use the ApplyFilter action on this window.@* You tried to use the ApplyFilter action
or method, but you didn't apply the filter to a table, query, form, or report.* You may have
applied the filter to a form, but the form wasn't open in Form or Datasheet view.* You may
have applied the filter to a report but didn't use the ApplyFilter action in a macro specified by
the OnOpen property setting.@Use the SelectObject action or method to select the table,
query, form, or report before applying the filter.@1@1@3041@1
2489
The object '|' isn't open.@* The macro you are running (directly or indirectly) contains a
GoToRecord, RepaintObject, or SelectObject action, but the Object Name argument names an
object that is closed.* The objectname argument for the GoToRecord, RepaintObject, or
SelectObject method names an object that is closed.@Use one of the Open actions or
methods to open the object so that you can carry out the desired action.@1@@@1
2491
The action or method is invalid because the form or report isn't bound to a table or
query.@You tried to use the ApplyFilter or SearchForRecord action or method. However, the
form or report you applied the filter to is not based on a table or query, so the form or report
doesn't have any records to apply a filter to.@Use the SelectObject action or method to select
the desired form or report before you run the ApplyFilter action.To base a form or report on
a table or query, open the form or report in Design view, and enter the table or query name in
the RecordSource property.@1@1@3041@1
2492
Microsoft Office Access can't find the macro '|2' in the macro group '|1.'@You used the
macrogroupname.macroname syntax to specify a macro. You then tried to run the macro
(directly or indirectly), or you used the RunMacro method to run the macro. However, the
macro you specified isn't in this macro group.@Create the macro in the macro group, specify
the correct macro group, or specify the correct macro name.@1@1@11313@1
2493
This action requires an Object Name argument.@@@1@@@1
2494
The action or method requires a Form Name argument.@You tried to use the OpenForm action
or method, but you left the Form Name argument blank.@In the Form Name argument, enter
the name of a form in the current database.@1@1@11313@1
2495
The action or method requires a Table Name argument.@You tried to use the OpenTable,
TransferSpreadsheet, or TransferText action or method, but you left the Table Name argument
blank.@In the Table Name argument, enter the name of a table that is in the current
database.@1@@@1
2496
The action or method requires a Query Name argument.@You tried to use the OpenQuery
action or method, but you left the Query Name argument blank.@In the Query Name
argument, enter a query name.@1@@@1
2497
The action or method requires a Report Name argument.@You tried to use the OpenReport
action or method, but you left the Report Name argument blank.@In the Report Name
argument, enter the name of a report.@1@@@1
Copyright (c) 2008 FMS, Inc.
fmsinc.com