12345678»   3  /  10  页   跳转

office错误代码速查

2431The expression you entered contains invalid syntax.@You may have entered a comma without a preceding value or identifier.@@1@@1
2432"The expression you entered contains invalid syntax, or you need to enclose your text data in quotes.@You may have entered an invalid comma or omitted quotation marks.
For example, if the Default Value property of a text field is ''Huey, Louie, and Dewey,'' it must be enclosed in quotes if you mean it as a literal text string. This avoids the confusion with the expression ''Huey Louie'' And ''Dewey''.@@1@@1"
2433The expression you entered contains invalid syntax.@You may have entered an operator, such as the + operator, in an expression without a corresponding operand.@@1@@1
2434The expression you entered contains invalid syntax.@You may have entered an operand without an operator.@@1@@1
2435The expression you entered has too many closing parentheses.@@@1@@1
2436The expression you entered is missing a closing parenthesis, bracket (]), or vertical bar (|).@@@1@@1
2437The expression you entered has invalid vertical bars (|).@@@1@@1
2438The expression you entered contains invalid syntax.@You omitted an operand or operator, you entered an invalid character or comma, or you entered text without surrounding it in quotation marks.@@2@611732@1
2439The expression you entered has a function containing the wrong number of arguments.@@@1@@1
2440You must enclose IIf function arguments in parentheses.@@@1@1012957@1
2442"The expression you entered has invalid parentheses.@You may have used the parenthesis syntax for an identifier in a query. Use the standard identifier syntax:
Forms![Form]![Control].@@1@411729@1"
2443You can use the Is operator only in an expression with Null or Not Null.@@@1@1008950@1
2445The expression you entered is too complex.@@@2@611732@1
2446"There isn't enough memory available to perform this calculation.@Close unneeded programs, and try again.
For more information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'.@@1@@1"
2447There is an invalid use of the . (dot) or ! operator or invalid parentheses.@You may have entered an invalid identifier or typed parentheses following the Null constant.@@2@611736@1
2448"You can't assign a value to this object.@* The object may be a control on a read-only form.
* The object may be on a form that is open in Design view.
* The value may be too large for this field.@@1@209424@1"
2449There is an invalid method in an expression.@For example, you may have tried to use the Print method with an object other than Report or Debug.@@2@2015551@1
2450"|9 can't find the form '|' referred to in a macro expression or Visual Basic code.@* The form you referenced may be closed or may not exist in this database.
* |9 may have encountered a compile error in a Visual Basic module for the form.@@1@211735@1"
2451The report name '|' you entered is misspelled or refers to a report that isn't open or doesn't exist.@@@1@@1
2452The expression you entered has an invalid reference to the Parent property.@For example, you may be using the Parent property with a control on a main form or report rather than with a control on a subform or subreport.@@2@604852@1
2453The control name '|' you entered in your expression is misspelled or refers to a control on a form or report that isn't open or doesn't exist.@@@1@411730@1
2454The object name '|' you entered following the ! operator in the expression is invalid.@For example, you may have tried to enter an identifier with two control names separated by the ! operator.@@2@611736@1
2455You entered an expression that has an invalid reference to the property |.@The property may not exist or may not apply to the object you specified.@@2@2015567@1
2456The number you used to refer to the form is invalid.@Use the Count property to count the open forms and make sure that the form number is not greater than the number of open forms minus one.@@1@2019460@1
2457The number you used to refer to the report is invalid.@Use the Count property to count the open reports and make sure that the report number is not greater than the number of open reports.@@1@2019460@1
2458The control number you specified is greater than the number of controls.@Use the Count property to count the controls on the form or report and then check that the control number you cite is within the range of existing controls.@@1@2019460@1
2459You can't refer to the Parent property of a form or report when either is open in Design view.@@@1@@1
2460You can't refer to the RecordsetClone property of a form open in Design view.@@@1@607393@1
2461Use a section number, not a string, to refer to a form or report section.@@@1@@1
2462The section number you entered is invalid.@@@1@@1
2463Use a number, not a string, to refer to a group level.@@@2@606361@1
2464There is no sorting or grouping field or expression defined for the group level number you used.@A valid group level number can be from 0 (for the first field or expression you sort or group on) through 9 (for the tenth). Count the group levels in the report starting with zero.@@1@@1
2465|9 can't find the field '|' referred to in your expression.@You may have misspelled the field name, or the field may have been renamed or deleted.@@1@411730@1
2466The expression you entered has an invalid reference to the Dynaset property.@For example, you may have used the Dynaset property with a form that isn't based on a table or query.@@1@@1
2467The expression you entered refers to an object that is closed or doesn't exist.@For example, you may have assigned a form to a Form object variable, closed the form, and then referred to the object variable.@@1@@1
2468"The value you entered for the interval, number, or date argument in the function is invalid.@Check the argument to make sure that you entered it correctly.
For more information on valid argument values, search the Help index for 'DatePart function,' 'DateAdd function,' or 'DateDiff function'.@@1@@1"
2469"The expression |2 you entered in the form control's ValidationRule property contains the error |1.@|9 can't parse the ValidationRule expression you entered.  For example, if you enter the expression =MyFunction() in the ValidationRule property, and the function MyFunction doesn't exist, |9 displays the following message:
Unknown function name in validation rule: 'MyFunction'.@To help you create expressions as arguments in Visual Basic, use the Expression Builder. For more information, search the Help index for 'Expression Builder'.@1@111805@1"
2470There is a(n) '|' in the form control's ValidationRule property.@To help you create expressions as arguments in Visual Basic, use the Expression Builder. For more information, search the Help index for 'Expression Builder'.@@1@111805@1
2471The expression you entered as a query parameter produced this error: '|'@@@2@611805@1
2472The LinkMasterFields property setting has produced this error: '|'@@@2@603990@1
2473"The expression |2 you entered as the event property setting produced the following error: |1.@* The expression may not result in the name of a macro, the name of a user-defined function, or [Event Procedure].
* There may have been an error evaluating the function, event, or macro.@@1@@1"
2474"The expression you entered requires the control to be in the active window.@Try one of the following:
* Open or select a form or report containing the control.
* Create a new control in the active window, and try the operation again.@@1@@1"
2475You entered an expression that requires a form to be the active window.@@@1@5601@1
2476You entered an expression that requires a report to be the active window.@@@1@5603@1
2477You entered an invalid objecttype value '|' in an If TypeOf object Is objecttype condition of an If...Then...Else statement.@The objecttype can be any one of the following: BoundObjectFrame, CheckBox, ComboBox, CommandButton, Label, Line, ListBox, UnboundObjectFrame, OptionButton, OptionGroup, PageBreak, Rectangle, Subform, Subreport, TextBox, ToggleButton, ImageControl, or OLEControl.@@1@@1
2478|9 doesn't allow you to use this method in the current view.@Most methods, including the SetFocus and Requery methods, can't be used in form or report Design view.@@2@2015551@1
2479"The event procedure '|' can't be a Function procedure; it must be a Sub procedure.@If you want to run a Function procedure when an event occurs, try one of the following:
* Set the event property to the name of a macro containing a RunCode action that runs the Function procedure.
* Set the event property to =FunctionName().@@1@@1"
2480You referred to a property by a numeric argument that isn't one of the property numbers in the collection.@Check the property numbers in the collection.
gototop
 

2481You can't set a value while a document is in Print Preview.@@@1@@1
2482"|9 can't find the name '|' you entered in the expression.@You may have specified a control that wasn't on the current object without specifying the correct form or report context.@To refer to a control on another form or report, precede the control name with the name of a collection, usually either Forms or Reports, and the name of the form or report to which the control belongs.
For example, Forms![Products]![Units In Stock].@1@@1"
2483You can't move to a previous control when only one control has had the focus.@Use the PreviousControl property only after you've moved the focus to a second control.@@1@607144@1
2484There is no active datasheet.@@@1@@1
2485"|9 can't find the macro '|.'@The macro (or its macro group) doesn't exist, or the macro is new but hasn't been saved.
Note that when you enter the macrogroupname.macroname syntax in an argument, you must specify the name the macro's macro group was last saved under.@@1@210183@1"
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, |9 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 |9 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, 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 Database window.
* 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@612276@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@603041@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 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@603041@1"
2492|9 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@611313@1
2493This action requires an Object Name argument.@@@1@@1
2494The 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@611313@1
2495The 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
2496The 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
2497The 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
2498"An expression you entered is the wrong data type for one of the arguments.@You tried to run a macro or use a method to carry out an action, but an expression evaluated to the wrong data type.
For example, for the Close method you specified a string for the Object Type argument, but this argument can be set only to certain intrinsic constants or their numeric equivalents.@@1@@1"
2499"You can't use the GoToRecord action or method on an object in Design view.@Try one of the following:
* Switch to Form or Datasheet view for a form.
* Switch to Datasheet view for a query or table.
* If you are running a macro or Visual Basic procedure containing an action that opens the object, set the View argument to the correct view before you carry out the GoToRecord action.@@2@603018@1"
2500You must enter a number greater than zero for a Repeat Count argument.@You tried to use the RunMacro action or method, but you entered a value less than zero (or an expression that evaluates to less than zero) in the Repeat Count argument.@To run the macro once, leave this argument blank.@1@@1
2501"The | action was canceled.@You used a method of the DoCmd object to carry out an action in Visual Basic, but then clicked Cancel in a dialog box.
For example, you used the Close method to close a changed form, then clicked Cancel in the dialog box that asks if you want to save the changes you made to the form.@@1@@1"
2502"The action or method requires a Macro Name argument.@* You tried to use the RunMacro action or method, but you left the Macro Name argument blank.
* |9 tried to create a custom menu bar for a form or report, but the Menu Macro Name argument of the AddMenu action is blank.@In the Menu Macro Name argument, enter the name of a macro or macro group that is in the current database.@1@@1"
2503"You can't use this action with the DoCmd object.@For a list of the actions that the DoCmd object doesn't support and some alternatives to using these actions, click Help.
Any actions that aren't in this list can be used with the DoCmd object.@@2@611313@1"
2504"The action or method requires at least | argument(s).@You tried to run a macro containing an action or used a method or action with the DoCmd object, but you didn't set the required number of arguments.
For example, if you use the MoveSize action, you must set at least one of the four arguments.@@1@611313@1"
2505"An expression in argument | has an invalid value.@You tried to run a macro or used the DoCmd object in Visual Basic. The argument number above is the position of the argument as it appears in the Macro window, the Action Failed dialog box, or the Object Browser (if you're using the DoCmd object).@Try one of the following:
* Select a setting from the drop-down list box in each argument.
* Use an intrinsic constant equating to a valid object type.
* Substitute the correct corresponding expression.@1@611895@1"
2506"A value you entered for the Transfer Type argument is invalid.@An expression in the Transfer Type argument doesn't evaluate to a valid numeric value.@Valid values for the Transfer Type argument are as follows:
* 0, 1, and 2 for the TransferDatabase action.
* 0, 1, and 2 for the TransferSpreadsheet action.
* 0 through 6 for the TransferText action.@1@611313@1"
2507"The | type isn't an installed database type or doesn't support the operation you chose.@You used the TransferDatabase method, but an expression in the databasetype argument doesn't evaluate to a valid database type for importing, exporting, or linking.
For information on valid database types, click Help.@@2@604780@1"
2508A value you entered for the spreadsheettype argument is invalid.@You used the TransferSpreadsheet method, and an expression in the spreadsheettype argument doesn't evaluate to a valid numeric value.@Valid values are 0, 2, 3, 4, 5, 6, 7, and 8. Note that 1 is an invalid value; you can't import or export to a Lotus .wks format file.@1@604781@1
2509The setting for the Range argument can't be longer than 255 characters.@@@1@604781@1
2510The expression you entered in the Specification Name argument exceeds the 64-character limit.@Select one of the existing specification names from the argument list box when you use the TransferText action in a macro, or enter a name in Visual Basic that follows |9 object-naming rules.
gototop
 

2511The action or method requires a Specification Name argument.@You tried to use the TransferText action or method and you specified a Transfer Type argument but left the Specification Name argument blank.@In the Specification Name argument, enter an existing specification name from the argument list box.@1@611313@1
2512|9 can't parse the expression: '|'.@Click OK to return to the action argument or conditional expression where this expression appears, and then correct the syntax.@@1@@1
2513The Macro Name argument can't be longer than 64 characters according to |9 object-naming rules.@@@1@411734@1
2514The action or method requires a Control Name argument.@You tried to use the GoToControl action or method, but you left the control name blank.@In the Control Name argument, enter a control or field name from the active form or datasheet.@1@611313@1
2515|9 can't open the macro '|' because it was saved using a different version of |9.@Re-create the macro in the current version of |9.@@1@@1
2516|9 can't find the module '|.'@You tried to use the OpenModule action or method, but |9 can't find the module you specified in the Module Name argument.@Enter a valid module name from the current database.@1@@1
2517"|9 can't find the procedure '|.'@* You may have used the Run method in Visual Basic but entered an invalid procedure name, or you used the Run method without first opening a database.
* You tried to use the OpenModule action or method, but you used an invalid procedure name.@@1@@1"
2519The database must be open for the SelectObject method to run.@You tried to run a function in a library database, and the function contains the SelectObject method.@@1@@1
2520The action or method requires a Module or Procedure Name argument.@You tried to use the OpenModule action or method, but you didn't enter a name in either the Module Name or the Procedure Name argument in the Macro window.@Enter a valid name in one of these arguments.@1@@1
2521You have specified a Transfer Type that doesn't support the HTML Table Name argument.@Leave the HTML Table Name argument blank unless you are using the Import HTML or Link HTML Transfer Types.@@1@@1
2522The action or method requires a File Name argument.@You tried to use the TransferSpreadsheet or TransferText action or method.@In the File Name argument, enter a file name.@1@611313@1
2523The value you entered for the show argument is invalid.@You used the ShowToolbar method.@Valid values for this argument are acToolbarYes, acToolbarWhereApprop, and acToolbarNo, or the corresponding numeric values 0, 1, and 2.@1@612446@1
2524|9 can't invoke the application using the RunApp action.@The path to the application is invalid, or a component of the application is missing.@Check the path in Windows Explorer or File Manager.@1@@1
2525A macro can call itself a maximum of 20 times.@Your macro contains a RunMacro action that calls the same macro more than 20 times.@Use a condition to stop the macro after it has been run 20 times, or call another macro with the RunMacro action.@1@@1
2526The SendKeys action requires the |9 Utility Add-in to be loaded.@Rerun Microsoft Access or Microsoft Office Setup to reinstall |9 and the |9 Utility Add-in.@@1@@1
2527Lotus .wks file formats aren't supported in the current version of |9.@Convert your .wks file to a more recent format, such as .wk1.@@1@@1
2528The RunCommand macro action argument is missing, or you entered an invalid command ID for the RunCommand method.@@@1@@1
2529The Toolbar argument can't be longer than 64 characters.@@@1@@1
2530The SelectObject method can't be used on a report that is currently printing.@@@1@@1
2531Your HTML file does not contain any tabular data that Microsoft Access can import.@.@@1@@1
2532"|9 can't find the macro or sub procedure '|.'@The specified macro, macro group, or sub procedure doesn't exist.@
Note that when you enter the macrogroupname.macroname syntax in an argument, you must specify the name the macro's macro group was last saved under.  Also, ensure that the referenced macro has been saved, or that the referenced sub procedure expects 0 arguments.@1@@1"
2533The ApplyFilter action requires that either the Filter Name or Where Condition argument is set.@You tried to run a macro containing an ApplyFilter action, but you didn't set the required arguments.@@1@611313@1
2534The action or method requires a data access page Name argument.@You tried to use the OpenDataAccessPage action or method, but you left the data access page Name argument blank.@In the data access page Name argument, enter the name of a data access page in the current database.@1@611313@1
2535The ApplyFilter action contains a Filter Name that cannot be applied.@The filter name is not a valid argument in the ApplyFilter action in Client Server.@@1@611313@1
2536Macros are disabled in this database.@@@1@@1
2540The file '|' you tried to replace is a |9 system file that is in use and can't be replaced or deleted.@@@1@@1
2541The contents of the Clipboard have been deleted and can't be pasted.@Some applications do not put large objects on the Clipboard. Instead, they put a pointer to the object on the Clipboard. The pointer may vanish before the paste happens.@@1@@1
2542Specify the database name in the command line so that |9 can find the macro.@@@1@@1
2543You can't paste a database object onto itself.@@@1@@1
2544|9 can't find the | you referenced in the Object Name argument.@The macro you tried to run includes a SelectObject action with an invalid name for the Object Name argument.@In the Database window, verify the name of the object you want the macro to select. Then open the macro in the Macro window and enter the correct name for the Object Name argument.@2@603041@1
2545The CopyObject action requires you to specify a different destination database or a new name to copy from the current database.@The macro you are running includes a CopyObject action.@Open the macro in the Macro window, and select the CopyObject action. Enter a destination database or a new name in the appropriate argument box.@1@603009@1
2546Select a database object in the Database window before you run the macro containing the | action.@@@2@603009@1
2547The database '|' you tried to delete and replace is read-only and can't be deleted or replaced.@Enter a different name for the new database.@@1@@1
2548|9 can't run the Security Wizard because this database is open in exclusive mode.@Do you want |9 to open the database in shared mode and run the Security Wizard?@@19@@2
2549"|9 can't delete |1 after compacting it. The compacted database has been named |2.@If you compact a database using the same name, |9 creates a new compacted database and then deletes the original database.
In this case, however, the original database wasn't deleted because it is read-only.@If you can, remove the read-only status, delete the original database, and then rename the new database using the original name.
If you can't remove the read-only status, inform your workgroup administrator.@1@310299@1"
2550"|9 can't delete |1 after encrypting it. The encrypted database has been named |2.@If you encrypt a database using the same name, |9 creates a new encrypted database, and then deletes the original database.
In this case, however, the original database can't be deleted because it is read-only.@If you can, remove the read-only status, delete the original database, and then rename the new database using the original name.
If you can't remove the read-only status, inform your workgroup administrator.@1@310299@1"
2551"|9 can't delete |1 after decrypting it. The decrypted database has been named |2.@If you decrypt a database using the same name, |9 creates a new decrypted database, and then deletes the original database.
In this case, however, the original database can't be deleted because it is read-only.@If you can, remove the read-only status, delete the original database, and then rename the new database using the original name.
If you can't remove the read-only status, inform your workgroup administrator.@1@310299@1"
2552You can't encrypt a database that you didn't create or don't own.@See the owner of the database or your workgroup administrator.@@1@@1
2553You can't decrypt a database that you didn't create or don't own.@See the owner of the database or your workgroup administrator.@@1@@1
2554Can't find the database you specified, or you didn't specify a database at all.@Specify a valid database name in the command line, and include a path if necessary.@@1@110283@1
2556|9 can't run the Security Wizard because the database has had a password set on it.@You will have to unset the database password by choosing Tools|Security|Unset Database Password.@@1@@1
2557The database you tried to convert was either created in or was already converted to the requested version of |9.@@@1@@1
2559|9 was unable to refresh the linked table '|1' in database '|2' during conversion.  Try and refresh the links manually by using the Linked Table Manager (Tools menu, Database Utilities submenu)..
2560|9 is unable to load the Database Properties.@@@1@@3
2561|9 can't display the Database Properties dialog box.@@@1@@1
2562|9 is unable to save the Database Properties.@@@1@@1
2563"|9 can't load a dynamic-link library.@Run Setup to reinstall |9. If you want to preserve your security or custom settings, back up the |9 workgroup information file.
For information on backing up files, search the Microsoft Windows Help index for 'backing up files'.@@1@@3"
2564You can't hide the document '|' while it is open.@Close the database object first, and then hide it.@@1@@1
2565You can't unhide the database object '|' while it is open.@Close the database object first, and then unhide it.@@1@@1
2566|9 is unable to set the application's icon to the file '|'.@Make sure the file is a valid icon (.ico) file. If you're using Microsoft Windows, you can also use .bmp files.@@1@@1
2567|9 can't open or convert this previous version database.@The database was created in an earlier version of |9. You don't have appropriate security permissions to open or convert databases created in earlier versions.@@1@@1
2568|9 can't undo this operation.@An object with the same name already exists. Another user might have created an object named '|' after you had performed this operation on an object with the same name.@@1@@1
2569"|9 can't delete |1 after enabling it. The enabled database has been named |2.@If you enable a database using the same name, |9 creates a new enabled database and then deletes the original database.
In this case, however, the original database wasn't deleted because it is read-only.@If you can, remove the read-only status, delete the original database, and then rename the new database using the original name.
If you can't remove the read-only status, inform your workgroup administrator.@1@@1"
gototop
 

2571You can't modify objects created using an earlier version of |9.@To convert this database to the current version of |9, close the database, point to Database Utilities on the Tools menu, and then click Convert Database.@@1@@1
2572This database is in an unexpected state; |9 can't open it.@This database has been converted from a prior version of |9 by using the DAO CompactDatabase method instead of the Convert Database command on the Tools menu (Database Utilities submenu). This has left the database in a partially converted state.@If you have a copy of the database in its original format, use the Convert Database command on the Tools menu (Database Utilities submenu) to convert it. If the original database is no longer available, create a new database and import your tables and queries to preserve your data. Your other database objects can't be recovered.@1@@1
2573This database is a replica created in a different version of Access. @You can only convert this replica by synchronizing with its Design Master. @Convert the Design Master of this replica set then synchronize the replica with the Design Master.@1@@1
2574You can't create another |9 database with the same name and location as an existing database.@You carried out the Make MDE File command, but tried to give the new database the same extension as the old one.@Accept the default .mde extension for your new MDE database.@1@@1
2575You can't create a |9 MDE database from a database replica.@@@1@@1
2576This database is a Microsoft Access 7.0/8.0/9.0 Design Master/Replica.@If you click OK, the database you selected will be renamed to |1 and then converted to |2. Everyone using a replica of this database will have to upgrade to Microsoft Access 2000 after the next synchronization.@@4@@2
2577The database | is already open.@Close the database before carrying out the Make MDE File command.@@1@@1
2578|9 was unable to create an MDE database.@@@1@@1
2579Local forms, reports, macros, and modules in this replica will not be converted. @To retain these objects, please be sure to import them into the Design Master from the original replica.@@1@@1
2580The record source '|' specified on this form or report does not exist. @You misspelled the name, or it was deleted or renamed in the current database, or it exists in a different database.@In the Form or Report's Design view, display the property sheet by clicking the Properties button, and then set the RecordSource property to an existing table or query. @1@@1
2581You must define a sort field or expression for the group header or footer in the report you tried to preview or print.@@@1@208753@1
2582"You can't set the GroupInterval property to zero when the GroupOn property is set to Interval.@Click Sorting and Grouping on the View menu and try one of the following:
* Change the GroupInterval property setting to a number higher than zero.
* Change the GroupOn property setting to Each Value.@@1@@1"
2583"The ApplyFilter action or method can be carried out only from an Open macro or Open event procedure.@* You may have tried to run a macro or procedure containing the ApplyFilter action or method from a report property other than the OnOpen property.
* You may have tried to run a macro or event procedure on a report that is already open.@To use the ApplyFilter action in a report, set the OnOpen property to the name of the macro, close the report, and then reopen it.@1@603004@1"
2584"You can't use aggregate functions in a page header or footer.@The page header or footer of the report you tried to preview contains a calculated control with an aggregate function in its expression.@If you want to show the result of an aggregate function in a page header or footer, create a hidden calculated control in an appropriate section of the report. Then create an unbound text box in the page header or footer.
If you are running a macro, use the SetValue action to set the unbound text box value to the value in the hidden control.@1@411839@1"
2585This action can't be carried out while processing a form or report event.@A macro specified as the OnOpen, OnClose, OnFormat, OnRetreat, OnPage, or OnPrint property setting contains an invalid action for the property.@When you click OK, an Action Failed dialog box will display the name of the macro that failed and its arguments.@1@611909@1
2586|9 changed the MoveLayout and NextRecord properties to True from False.@The macro or Visual Basic function run by the OnFormat property of one of the sections of the report set both the MoveLayout and NextRecord properties to False. Having both properties set to False can make the report print continuously.@Revise the macro or function so that it sets these properties to the values you want.@1@604656@1
2587"|9 can't complete the Output operation.@The Visual Basic code you entered contains a syntax error or the Output procedures are not available.@Make sure there isn't a syntax error in your code. If the syntax is correct, run Setup to reinstall |9. If you want to preserve your security or custom settings, back up the |9 workgroup information file.
For information on backing up files, search the Microsoft Windows Help index for 'backing up files'.@1@@1"
2588You must select a form to save as a report.@@@1@@1
2589The expression '|' is invalid.@Aggregate functions are only allowed on output fields of the Record Source. @@1@@1
2590The Var and VarP aggregate functions are not supported in an Access project.@@@1@@1
2591You can't change printer properties in the OnOpen event of a report.@@@1@@1
2592You cannot bind a hierarchical report to a DAO Recordset.@@@1@@1
2593This feature is not available in an MDB.@@@1@@1
2594You cannot Filter By Form when form record source is a recordset object.@@@1@@1
2595|9 cannot set this property when DefaultSize property is set to True.@@@1@@1
2596Printer object is not available on subforms and subreports.@@@1@@1
2597Unable to bind the report to the specified recordset because the shape does not match the sorting and grouping specified on the report.@@@1@@1
2598Recordset property not available for natively bound reports in MDB files.@@@1@@1
2600Verify the new password by retyping it in the Verify box and clicking OK.@@@1@@1
2601You don't have permission to read '|.'@To read this object, you must have Read Design permission for it. For more information on permissions and who can set them, click Help.@@2@410222@1
2602"You don't have permission to modify '|.'@To modify this object, you must have Modify Design permission for it. If the object is a table, you must also have Delete Data and Update Data permissions for it.
For more information on permissions and who can set them, click Help.@@2@410222@1"
2603You don't have permission to run '|.'@To run this object, you must have Open/Run permission for it. For more information on permissions and who can set them, click Help.@@2@410222@1
2604You can't view this object's permissions.@To view or change permissions for this object, you must have Administer permission for it. For more information on permissions and who can set them, click Help.@@2@410222@1
2605"You can't remove this user account from group '|.'@* You may have tried to remove a user account from the default Users group. |9 automatically adds all users to the default Users group. To remove a user account from the Users group, you must first delete the account.
* You may have tried to remove all users from the Admins group. There must be at least one user in the Admins group.@@1@210212@1"
2606The object type is invalid.@@@1@@1
2607You don't have permission to cut '|.'@To cut this object, you must have Modify Design permission for it. If the object is a table, you must also have Delete Data permission for it. For more information on permissions and who can set them, click Help.@@2@410222@1
2608You don't have permission to copy '|.'@To copy this object, you must have Read Design permission for it. If the object is a table, you must also have Read Data permission for it. For more information on permissions and who can set them, click Help.@@2@410222@1
2609You don't have permission to delete '|.'@To delete this object, you must have Modify Design permission for it. If the object is a table, you must also have Delete Data permission for it. For more information on permissions and who can set them, click Help.@@2@410222@1
2610"You must enter a personal identifier (PID) consisting of at least 4 and no more than 20 characters and digits.@|9 uses the combination of the user or group name and the PID to identify the user or group.
Note that |9 hides the PID after you create it, so make sure to write down the exact user or group account name and the PID entries. If you ever have to re-create the account, you must supply the same name and PID entries.
gototop
 

2611|9 can't find the workgroup file '|.'  Would you like to use the default workgroup file?@@@20@@1
2612The account name is invalid.@For information about naming conventions, click Help.@@2@210213@1
2613You don't have permission to rename '|.'@To rename a database object, you must have Modify Design permission for the object. For more information on permissions and who can set them, click Help.@@2@410222@1
2614You don't have permission to insert this form into another form.@To insert a form into another form as a subform, you must have Read Design permission for the form being inserted. For more information on permissions and who can set them, click Help.@@2@410222@1
2615You don't have permission to change the owner of '|.'@To change the owner of a database object, you must have Administer permission for it. For more information on permissions and who can set them, click Help.@@5@410222@1
2616You can't change permissions for '|.'@To change permissions for this object, you must have Administer permission for it. For more information on permissions and who can set them, click Help.@@5@410222@1
2617You don't have permission to import, export, or link to '|.'@To import, export, or link to this object, you must have Read Design and Read Data permissions for it. For more information on permissions and who can set them, click Help.@@2@410222@1
2618You need to have the database open for exclusive use to set or unset the database password.@To open the database exclusively, close the database, and then reopen it using the Open command on the File menu. In the Open dialog box, click the arrow to the right of the Open button, and then choose Open Exclusive.@@1@@1
2619You can't change permissions for '|' in a replica.@Permissions may only be changed in the Design Master for the replica set.@@3@@1
2620The password you entered in the Old Password box is incorrect.@Please enter the correct password for this account.@@1@@1
2621That password isn't valid.@You may have used a semicolon.@@1@@1
2622You can't save '|' because it is read-only.@To save, switch to Design View and choose Save As from the File menu.@@3@@1
2623Saving the database to the previous version of Access will create a new database that contains none of the security information that you have set.  Are you sure you want to proceed?
2624An error has occurred while changing workgroup database.@@@1@@1
2625Workgroup Administrator couldn't create the workgroup information file.  Make sure that you have specified a valid path and file name, that you have adequate permissions to create the file, and that you have enough disk space on the destination drive. (|)@@@1@@1
2626Reserved error (|); there is no message for this error.@@@1@@1
2627There's not enough disk space.@@@1@@1
2628One of your parameters is invalid.@@@1@@1
2629Could not open workgroup file. This is a directory.@@@1@@1
2630The specified path is invalid.@@@1@@1
2631The specified path is too long.@@@1@@1
2632Change Workgroup cannot proceed without your Name, PIN, and a path to the new Workgroup Information File.
2633Microsoft Access cannot change the password for the logon account '|' because the current connection is using Microsoft Windows NT integrated security.@@@1@@1
2634The new password doesn't match the verify password value.@@@1@@1
2635Microsoft Access is unable to change the password because the old password doesn't match the password of the currently logged in user.
2636Workgroup file already exists.
2637Unable to start SQL Server service.  To restart the SQL Server service, double click on the SQL Server System Manager icon in the system tray and click Start/Continue.@Once the service is started, point to Connection on the File menu in Access and click OK.@@19@@2
2638Unable to start SQL Server service.  To restart the SQL Server service, double click on the SQL Server System Manager icon in the system tray and click Start/Continue.  If the service fails to start, go to the Services console and verify that the MSSQLServer service Log On information is correct.@Once the service is started, point to Connection on the File menu in Access and click OK.@@19@@2
2639Microsoft Access cannot open '|' due to one of the following reasons:@- Access security settings restrict access to files containing macros that have not been digitally signed or verified as safe.@- Macros have been disabled.@2@553714138@1
2646"|9 can't create this relationship and enforce referential integrity.@Data in the table '|' violates referential integrity rules.
For example, there may be records relating to an employee in the related table, but no record for the employee in the primary table.@Edit the data so that records in the primary table exist for all related records.
If you want to create the relationship without following the rules of referential integrity, clear the Enforce Referential Integrity check box.@1@209086@1"
2648"|9 created a one-to-one relationship instead of a one-to-many relationship because there is a unique index on the field(s) specified for the related table.@If you want to define a one-to-many relationship between these tables, try one of the following:
* Delete the one-to-one relationship, and then change the setting of the Indexed property for the foreign key field from No Duplicates to Duplicates OK.
* Choose different matching fields.@@1@@1"
2649"|9 can't enforce referential integrity for this relationship.@Make sure the fields you drag are primary key fields or uniquely indexed and that the unique index or primary key is correctly set.
If you want to create the relationship without following the rules of referential integrity, clear the Enforce Referential Integrity check box.@@1@209086@1"
2650"|9 can't create this relationship and enforce referential integrity.@* The fields you chose may have different data types.
* The fields may have the Number data type but not the same FieldSize property setting.@Try one of the following:
* Select fields with the same data type.
* Open the tables in Design view, and change the data types and field sizes so that the fields match.
If you want to create the relationship without following the rules of referential integrity, clear the Enforce Referential Integrity check box.@2@209086@1"
2651You can't create a relationship between fields with the Memo, OLE Object, Yes/No, or Hyperlink data type.@You tried to enforce referential integrity for a relationship, but one or more of the fields you chose have the Memo, OLE Object, Yes/No, or Hyperlink data type.@Select fields in the grid that don't have these data types, or open the tables in Design view and change data types.@1@@1
2652You can't delete a relationship inherited from a linked database.@@@1@@1
2680The form or report includes more OLE objects than |9 can display at one time.@Delete some of the bound or unbound object frames.@@1@@1
2683There is no object in this control.@@@1@@1
2684The OLE object is empty.@You can't edit a bound object frame if the field in the underlying table doesn't contain an OLE object.@Embed or link an OLE object into the bound object frame using the Object command on the Insert menu.@1@109360@1
2685The object doesn't have an OLE object data type.@The bound object frame containing the object you tried to edit isn't bound to a field with the OLE object data type.@If you want to display an OLE object, set the ControlSource property for the bound object frame to a field with the OLE object data type. Or use a different control, such as a text box, to display the data.@1@109360@1
2686"|9 is unable to save the | object.@Your computer ran out of disk space while |9 was saving the OLE object.
For information on freeing disk space, search the Microsoft Windows Help index for 'disk space, freeing'.@@1@@1"
2687There was a problem reading the | object.@@@1@@1
2690"A system resource necessary for displaying the | object isn't available.@Your computer may be low on memory.@Close unneeded programs, and try the operation again.
For more information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'.@1@@1"
2691|9 can't communicate with the OLE server.@The OLE server may not be registered.@To register the OLE server, reinstall it.@1@@1
2694"The Clipboard isn't available.@The Clipboard may be in use by another application, or your computer may be low on memory.@If your computer is low on memory, close unneeded programs, and then try the operation again.
For more information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'.@1@@1"
2695|9 is unable to display the converted | object.@Delete the object in the bound object frame, and then re-create it.@@1@@1
2696|9 can't read the OLE object.@Delete the object in the bound object frame, and then re-create it.@@1@@1
2697There was a problem loading the | object.@The object you tried to create or edit is not a valid OLE object.@Re-create the object, and then embed or link it again.@1@109360@1
2698"The | object you tried to create or edit is too large to save.@* Your database may not contain enough space for the object.
* Your computer may be out of disk space.
For information on freeing disk space, search the Microsoft Windows Help index for 'disk space, freeing'.@@1@@1"
2699The connection with the OLE server was lost, or the OLE server encountered an error while you were using it.@Restart the OLE server, and then try the operation again.
gototop
 

2700|9 can't find an OLE server or a dynamic-link library (DLL) required for the OLE operation.@The OLE server or DLL may not be registered.@To register the OLE server or DLL, reinstall it.@1@@1
2701The OLE server for the OLE object you tried to create is already open.@Switch to the OLE server window and close it. Then try to create or edit the OLE object again.@@1@@1
2702The | object isn't registered.@The object may be calling an application that isn't installed.@To register the application, reinstall it.@1@@1
2703|9 can't read the | object because communication was interrupted.@If the OLE server application is located on a network server, make sure your computer is connected to it.@@1@@1
2704The | object you tried to edit doesn't have any displayable information.@@@2@109360@1
2707"|9 can't open the file containing the OLE object.@* You may have specified an invalid file name or an invalid unit of data (such as a range of cells from a worksheet) within the file for the OLE object.
* The file you specified may not be available because it's locked by another user or you don't have permission to use it.@Try one of the following:
* Make sure the file is available and that you used the correct file name.
* Check the OLE server's documentation for information about the syntax to use when specifying an OLE object's data.@1@109360@1"
2711"The file name argument in the GetObject function of the Visual Basic procedure you ran is invalid.@* You may not have entered, or may have misspelled, the file name.
* The unit of data (such as a range of cells from a worksheet) may not be valid.@Try one of the following:
* Make sure the file is installed on your computer and that you used the correct file name.
* Check the OLE server's documentation for information about the syntax to use when specifying an OLE object's data.@1@1010959@1"
2713"A problem occurred when |9 tried to access the | object.@* You may have specified an invalid file name or an invalid unit of data (such as a range of cells from a worksheet) within the file for the OLE object.
* The file you specified may not be available because it's locked by another user or you don't have permission to use it.@Try one of the following:
* Make sure that the file is installed on your computer and that you used the correct file name.
* Check the OLE server's documentation for information about the syntax to use when specifying an OLE object's data.@1@109360@1"
2714The | object doesn't support verbs that can be performed on an OLE object, such as play or edit.@Check the OLE server's documentation for information on the verbs the OLE object supports, or use the ObjectVerbs property or the ObjectVerbsCount property to find the verbs supported by an OLE object.@@1@606970@1
2715The index for the Action or the Verb property for the | object is invalid.@The setting you entered may be a negative number or may be too large.@@1@606967@1
2717The | object has no displayable information.@You tried to perform an operation on a bound or unbound object frame containing an OLE object, but the OLE object is empty.@Use the Object command on the Insert menu to create an OLE object or to embed or link an OLE object from a file that isn't empty.@1@109360@1
2719"A problem occurred while accessing the | object.@* The OLE server may not be available because it's on a network server and you lost the connection. Try re-establishing the connection.
* The OLE object may be stored in a linked file, but the file isn't available. Activate the OLE server outside of |9, and then open the file containing the OLE object to verify that it still exists and can be accessed.@@1@@1"
2723The | object doesn't support the attempted operation.@The OLE object was changed to a picture, or the link to the object was broken.@If you want to perform the operation, delete the OLE object, and then embed or link it again.@1@109360@1
2724"One or more dynamic-link libraries required for using OLE objects is an incorrect version.@Run Setup to reinstall |9. If you want to preserve your security or custom settings, back up the |9 workgroup information file.
For information on backing up files, search the Microsoft Windows Help index for 'backing up files'.@@1@@1"
2725The OLE server isn't registered.@To register the OLE server, reinstall it.@@1@@1
2726"|9 can't perform the OLE operation because it was unable to read the Windows Registry where the OLE server is registered.@Reinstall the OLE server, and then try the operation again. If problems continue, reinstall Microsoft Windows and the other applications on your computer.
If you reinstall |9, you may want to back up your |9 workgroup information file first to preserve any custom settings. For information on backing up files, search the Microsoft Windows Help index for 'backing up files'.
For information on the Windows Registry, search the Microsoft Windows Help index for 'registry'.@@1@@1"
2727"|9 can't perform the OLE operation because it was unable to write to the Windows Registry where the OLE server is registered.@Reinstall the OLE server, and then try the operation again. If problems continue, reinstall Microsoft Windows and the other applications on your computer.
If you reinstall |9, you may want to back up your |9 workgroup information file first to preserve any custom settings. For information on backing up files, search the Microsoft Windows Help index for 'backing up files'.
For information on the Windows Registry, search the Microsoft Windows Help index for 'registry'.@@1@@1"
2729The OLE object you tried to edit is busy.@Try again later.@@1@@1
2730"There was a problem communicating with the OLE server.@Try again later. If you still can't access the object, try one or more of the following:
* Free up system memory. For information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'.
* Reinstall the OLE server to make sure it's registered.
* Check the OLE server's documentation for information about the syntax to use when specifying an OLE object's data.@@1@@1"
2731An error occurred while accessing the OLE server.@The OLE server may not be registered.@To register the OLE server, reinstall it.@1@@1
2732|9 can't read the | object.@Communication between |9 and the OLE server was interrupted.@Make sure your computer is connected to the network server on which the OLE server is located.@1@@1
2733The OLE object you tried to edit can't be accessed.@You don't have permission to change the object, or another user opened and locked the object.@@1@@1
2734You can't save the | object now.@The OLE server is running an operation, or another user opened and locked the object.@Try to save the object again later.@1@@1
2735This disk is write-protected. You can't save the | object to it.@@@1@@1
2737|9 can't find the file containing the linked OLE object you tried to update using the OLE/DDE Links command.@You may have misspelled the file name, or the file may have been deleted or renamed.@If the file has been moved to a different location, use the OLE/DDE Links command to change the source. Or delete the object, and create a new linked object.@1@@1
2738"There isn't enough memory to complete the operation.@Close unneeded programs and try the operation again.
For more information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'.@@1@@1"
2739An error occurred during the operation with an OLE object.@The object is in use.@@1@@1
2741Your computer ran out of disk space while |9 was saving the changes you made to the | object.@For information on freeing disk space, search the Microsoft Windows Help index for 'disk space, freeing'.@@1@@1
2742"|9 was unable to create more files.@Your computer may be low on memory or disk space.@Close unneeded programs and try the operation again.
For information on freeing memory or disk space, search the Microsoft Windows Help index for 'memory, troubleshooting' or 'disk space, freeing'.@1@@1"
2743The | object is stored in a format that is incompatible with the version of OLE on your computer.@@@1@@1
2744|9 can't find the OLE server.@The setting for the SourceDoc property may be invalid, or the file may have been deleted, renamed, or moved.@@1@606973@1
2745Share.exe or Vshare.386 is missing from your computer; OLE support needs these files to work correctly.@Rerun |9 or Microsoft Office Setup to reinstall |9, the Share program, and Vshare.386.@If you want to preserve your security or custom settings, back up the |9 workgroup information file. Then restore the file to its original location. For information on backing up files, search the Microsoft Windows Help index for 'backing up files'.@1@@3
2746You can't switch to Design view because your form contains too many OLE objects.@Close other applications, close the form, and then open the form again in Design view. Then delete some of the OLE objects or move them to a different form.@@1@@1
2747"The OLE server can't display the | object.@There is a problem with the file containing the OLE object, or there isn't enough memory available.@Open the OLE server outside of |9, and then open the OLE object file.
If you can do this, then your computer may be low on memory. Close other programs, and then try the operation again.
For more information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'.@1@@1"
2748The Automation object operation isn't available for the | object.@Check the component's documentation for information on which operations are available for an Automation object.@@1@@1
2749"There isn't enough memory to complete the Automation object operation on the | object.@Close unneeded programs and try the operation again.
For more information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'.@@1@@1"
2750The operation on the | object failed.@The OLE server may not be registered.@To register the OLE server, reinstall it.
gototop
 

2751The Exit or Update operation failed.@You pressed the ESC key (or another key used in the OLE server to stop an operation) while |9 was saving the changes you made to an OLE object in a form or report.@Try to exit or update again.@1@@1
2753A problem occurred while |9 was communicating with the OLE server or ActiveX Control.@Close the OLE server and restart it outside of |9. Then try the original operation again in |9.@@1@@1
2754"A problem occurred while |9 was communicating with the OLE server.@Try one or more of the following:
* Make sure you're connected to the network server where the OLE server application is located.
* Close the OLE server and restart it outside of |9. Then try the original operation again from within |9.
* Reinstall the OLE server to ensure that it's registered.@@1@@1"
2755"There was a problem referencing a property or method of the object.@You tried to run a Visual Basic procedure that references an object property or method.@Try one or more of the following:
* Make sure the component is properly registered.
* Make sure your computer is connected to the network server where the component is located.
* Close the component and restart it outside of |9. Then try again to run the procedure in |9.@1@@1"
2756A problem occurred when |9 tried to access the OLE object.@Close the |9 form or report that displays the OLE object, and close the OLE server. Then reopen the form or report to see if it can display the OLE object.@@1@@1
2757"There was a problem accessing a property or method of the OLE object.@Try one or more of the following:
* Verify that the OLE server is registered correctly by reinstalling it.
* Make sure your computer is connected to the server on which the OLE server application resides.
* Close the OLE server and restart it outside of |9. Then try the original operation again from within |9.@@1@@1"
2758"There was a problem initializing the dynamic-link library Msole20 when you tried to perform the OLE operation.@* You may have too many Microsoft applications open. Close Windows applications other than |9, and try the OLE operation again.
* Your computer may have an older version of the dynamic-link library Msole20, in which case you will need to run Setup to reinstall |9.
If you need to reinstall |9, you may want to preserve your security or custom settings by backing up the |9 workgroup information file.
For information on backing up files, search the Microsoft Windows Help index for 'backing up files'.@@1@@1"
2759"The method you tried to invoke on an object failed.@* You may have specified too many or too few arguments for a property or method of an object. Check the component's documentation for information on the properties and methods it makes available for Automation operations.
* There may not be enough memory to run the procedure. Close unneeded programs and try to run the procedure again.
For more information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'.@@1@@1"
2760An error occurred while referencing the object.@You tried to run a Visual Basic procedure that improperly references a property or method of an object.@@1@@1
2761There was a problem referencing a property or method of an object.@Check the component's documentation for information on the properties and methods it makes available for Automation operations.@@1@@1
2762| returned an error while referencing a property of an object.@Check the component's documentation for information on the properties and methods it makes available for Automation operations.@@1@@1
2763|1 returned the error: |2.@Check the component's documentation for information on the properties and methods it makes available for Automation operations.@@1@@1
2764The object's property or method can't be set.@You tried to run a Visual Basic procedure to set a property or apply a method for an object. However, the property or method doesn't support named arguments.@Check the component's documentation for information on the properties and methods it makes available to Automation operations.@1@@1
2765Visual Basic can't convert the data type of one of the arguments you entered.@You tried to run a Visual Basic procedure that executes a method or sets a property of an object.@Check the component's documentation for information on the properties and methods it makes available for Automation operations.@1@@1
2766The object doesn't contain the Automation object '|.'@You tried to run a Visual Basic procedure to set a property or method for an object. However, the component doesn't make the property or method available for Automation operations.@Check the component's documentation for information on the properties and methods it makes available for Automation operations.@1@@1
2767The object doesn't support American English; it was developed using a different language.@Use a version of the object developed in Visual Basic that supports the language you are using.@@1@@1
2768The number you used to reference an element in the array is outside the bounds of the array.@For example, the array is from 0 through 10, and you entered a -1 or an 11.@Check the component's documentation for information on the properties and methods it makes available for Automation operations.@1@@1
2769A property of the Automation object requires or returns a data type that isn't supported by Visual Basic.@You tried to run a Visual Basic procedure that references an Automation object's property. However, the value of the property isn't supported by Visual Basic.@Check the component's documentation for information on the properties and methods it makes available for Automation operations.@1@@1
2770The object you referenced in the Visual Basic procedure as an OLE object isn't an OLE object.@@@1@@1
2771The bound or unbound object frame you tried to edit doesn't contain an OLE object.@Use the Object command on the Insert menu to add an OLE object to the bound or unbound object frame.@@1@109360@1
2774The component doesn't support Automation.@You tried to run a Visual Basic procedure that references an Automation object.@Check the component's documentation for information on whether it supports Automation.@1@@1
2775"You specified too many arguments in the Visual Basic procedure, or there isn't enough memory to run the procedure.@Specify fewer arguments, or close unneeded programs, and then try to run the procedure again.
For more information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'.@@1@@1"
2777"The class argument in the CreateObject function of the Visual Basic procedure you're trying to run is invalid.@Try one of the following:
* Make sure the file is installed on your computer and that you used the correct file name.
* Check the OLE server's documentation for information about the syntax to use when specifying an OLE object's data.@@1@1010851@1"
2778|9 tried to create an OLE link, but there was no source document for this object.@@@1@@1
2782You must specify a property or method for the object.@You tried to run a Visual Basic procedure that references and sets a property or method for the object.@Enter a property or method for the object.@1@606968@1
2783"You entered an invalid setting for the Action property.@Use one of the |9 intrinsic constants for the Action property.
For a list of valid settings you can use with the Action property, click Help.@@2@606967@1"
2784The path you entered for the SourceDoc property setting for a linked OLE object is too long.@Move the file to a location with a shorter path.@@1@606973@1
2785"The OLE server wasn't able to open the object.@* The OLE server may not be installed.
* You may have specified an invalid setting for the SourceDoc or SourceItem property in a property sheet, a macro, or a Visual Basic procedure.@To see the valid settings for either of these properties, search the Help index for the property topic.@1@606973@1"
2786The OLE server doesn't support linking.@You tried to run a Visual Basic procedure using the Action property. However, you provided insufficient information to establish a link.@@1@@1
2788The | object isn't a linked object.@The property you tried to set in Visual Basic applies only to linked objects.@@1@@1
2790You can't embed an OLE object into a bound or unbound object frame if the OLETypeAllowed property for the bound or unbound object frame is set to Linked.@Insert a linked object, or set the OLETypeAllowed property to Embedded or Either, and then embed the object.@@1@606439@1
2791|9 can't link the OLE object or the bound or unbound object frame.@The OLETypeAllowed property for the bound or unbound object frame is set to Embedded.@Embed the object, or set the OLETypeAllowed property to Linked or Either, and then link the object.@1@606439@1
2792You can't save a locked OLE object.@@@1@@1
2793|9 can't perform the operation specified in the Action property of the Visual Basic procedure you're trying to run.@The object frame may be locked or disabled.@Set the Locked property to No and the Enabled property to Yes.@1@@1
2794The ActiveX control you tried to insert isn't registered.@For information on registering an ActiveX control, click Help.@@2@212639@1
2797This OLE object was created in an earlier version of OLE so it can't be displayed as an icon.@For an effect similar to displaying an object as an icon, add an image control to your form, and add the icon for the application to the image control. Then set the image control's OnDblClick property to a Visual Basic procedure that opens the OLE object.@@1@@1
2798You can't use the Action property to delete a bound OLE object from its underlying table or query.@You tried to run a Visual Basic procedure that deletes the object in a bound object frame by setting the Action property to acOLEDelete.@Delete the object in a different way, such as with the DAO Delete method in Visual Basic.@1@613790@1
2799The OLE object can't be activated upon receiving the focus.@If you selected an OLE object or a chart, and the AutoActivate property for that control is set to GetFocus, the OLE object or chart should be activated automatically when it receives the focus. However, the ActiveX component doesn't support this operation.@Check the component's documentation for information on the properties and methods it makes available to Automation operations.@1@@1
gototop
 

2800The object is locked, so any changes you make will be discarded when the form is closed.@Click Save As on the File menu and save the object under a different name.@@1@@1
2801The OLE object isn't loaded because the unbound ActiveX control hasn't been initialized.@@@1@109015@1
2802You can't insert an ActiveX control in a bound or unbound object frame.@ActiveX controls are automatically contained in ActiveX control frames.@@1@@1
2803You don't have the license required to use this ActiveX control.@You tried to open a form containing an OLE object or an ActiveX control or you tried to create an ActiveX control.@To obtain the appropriate license, contact the company that provides the licensed OLE object or ActiveX control.@1@@1
2804You can't create an ActiveX control in an unbound object frame.@ActiveX controls are automatically contained in ActiveX control frames.@@1@211711@1
2805There was an error loading an ActiveX control on one of your forms or reports.@Make sure all the controls that you are using are properly registered. For information on registering an ActiveX control, click Help.@@2@212639@1
2806|9 doesn't support this ActiveX control.@@@1@@1
2807You can't paste this object as the type you specified.@Choose another object type.@@1@@1
2808|9 can't find the Active Accessibility dynamic-link library (DLL) OleAcc.@Rerun the |9 Setup program.@@1@@3
2811|9 is unable to create the data access page.
2812|@The path specified was invalid, or may be too long.@Please check the path and ensure it is correct.@1@@1
2813|@The file could not be opened.  It may currently be in use.@@1@@1
2814|@Unable to save the file.@@1@@1
2815|@Unable to save the file to an alternate location.@@1@@1
2816|@Unable to close the file.@@1@@1
2817|9 is unable to save (or send) the data access page.
2818|9 is unable to retrieve the file: |.@Either the file is not available, or you do not have enough disk space to copy the file.@@1@@
2819|9 is unable to open the data access page.
2820|9 is unable to change the BASE HREF for your document.
2821File in use
2822|9 encountered an unexpected error while attempting to recover from a failed save (or send).@Your data access page may not be in a usable state.  Please attempt to save to a different location.@@1@@
2823The |9 data access page name '|' is misspelled or refers to a Page that doesn't exist.@If the invalid Page name is in a macro, an Action Failed dialog box will display the macro name and the macro's arguments after you click OK. Open the Macro window, and enter the correct Page name.@@1@@1
2824|@You do not have adequate file permissions.@@1@@1
2825|@The file does not exist, or you do not have read access to the file.@@1@@1
2827|@File read error.@@1@@1
2828|@File write error.@The disk may be full.@1@@1
2832|@Check file permissions and delete them from their location in your computer's file system.@@1@@1
2833|@An unexpected error has occurred.@@1@@1
2835|@An attempt to create this file has failed.@Please select another location and retry the operation.@1@@1
2837|@There was not enough memory.@Please close other applications and try the operation again.@1@@1
2838|9 is unable to preview the selected theme.
2839|@An attempt to create a temporary file has failed.@Please confirm that you have adequate disk space on your system drive and try the operation again.@1@@1
2840|@Unable to read the list of supporting files from the data access page.@@1@@1
2842|9 encountered an error after saving (or sending) your data access page.
2845|9 is unable to open the data access page from the mail envelope.
2846|@The save destination is full.@Please clear space at the destination or save to another location.@1@@1
2847|@Unable to create a folder for the supporting files.@You may not have adequate permissions at the save destination.@1@@1
2848|@The maximum path length was exceeded.@Please specifiy a shorter filename, or use a folder that is closer to the root.@1@@1
2849|@There are too many supporting files in your document.@Please remove a few supporting files from your document, and try again.@1@@1
2850|@You do not have write permission at the save destination.@@1@@1
2851|@You are saving to a server that does not support long filenames and do not have permission to create a folder.@You must have permission to create a folder at the save destination to complete this operation.@1@@1
2854|9 was unable to parse the document properties for this data access page.@They may be corrupted.@@1@@1
2855|9 could not delete one or more files related to the page.
2859Access could not load the e-mail envelope.  This could be caused by a network connection problem or a problem with your Office installation.@@@1@@1
2860You cannot insert a bound field to a caption or record navigation section.
2861|9 is unable to preview the selected web page.
2862|@The file you attempted to load was not recognized as HTML.@You may have selected the wrong file, or tried to open a database file off of a web server.@1@@1
2863|@Unable to create or load a file due to network or access permission problems.@@1@@1
2864|@This file (or a supporting file) is already in use, or has the read-only attribute set.@@1@@1
2865|@The disk is write-protected.@@1@@1
2866|@Unexpected data corruption failure.@@1@@1
2867|@Unexpected data I/O failure.@@1@@1
2868|@You cannot save this data access page over itself because it is read-only.@Please select a different file for the save.@1@@1
2869|@The file does not exist.@You do not have adequate permission to modify the data access page link to point to a valid file.  Please contact the database administrator.@1@@1
2870|9 encountered an error synchronizing the HTML from the Microsoft Script Editor.@Please check the HTML for syntax errors and try again.@@1@@1
2871|9 is unable to create a data access page using the codepage selected in Web Options.@The codepage may not be installed on your system.@Please install the codepage, or select a different one in Web Options.@1@@1
2873|@The filename specified is a long filename, but you have the 'use long filenames' web option turned off.@Please specify a file name that uses a maximum of eight characters for the name and three characters for the file extension.@1@@1
2874Cannot move or paste the grouping field '|' into a section at a higher group level
2875|@Unable to complete the save.@The drive or network connection you attempted to save to may no longer be available.@1@@1
2876The data definition of this data access page has been corrupted and can't be repaired.  You must recreate the page.  Save has been disabled.
2877In a Microsoft Access database (.mdb), you can't group on a control bound to a field that has a Memo or OLE Object data type. In a Microsoft Access project (.adp), you can't group on a control bound to a field that has an Image  or Text data type.
2878You cannot add a bound field to a caption or record navigation section.
2879Caption and record navigation sections cannot contain bound fields.
2880Can't edit pages that contain framesets.
2881This web page contains XML namespaces that may conflict with Access namespaces.  You should edit the HTML source to ensure that all namespaces have a unique prefix.
2882|@The folder that this Web page would use to organize supporting files is already reserved for use in the current location.@Please choose a different name or location for this Web page.@1@@1
2883A supporting file path for this data access page has been altered outside of Access.@Please save this page to a different location and ensure that all supporting files are maintained.@@1@@1
2884Cannot find the database or some database objects that this page refers to.  Update the connection information of the page, or fix the references to the missing database objects.
2885This page uses a database which is not supported. You will not be able to make data changes until you connect to a supported database
2886Components necessary for data access pages are not installed.
2887|@The path specified is not a valid absolute (non-relative) path or URL.@Please enter a valid path.@1@@1
2888Microsoft Access detects some HTML elements between the banner and the section of your data access page. Saving this page in Access will corrupt it. Close the page without saving it, and then edit the page in another HTML editor to remove these elements.
2889This section cannot be deleted.
2890You cannot edit this page because it contains frames.@The data access page designer cannot edit pages with frames.@@1@@1
2892You can't move the group filter control to another section. Delete the group filter control from the current section and create it in a different section.
2893A link to this data access page could not be created because the database cannot be exclusively locked.@To create the link later, open the page by selecting 'Edit web page that already exists', and then save.@@1@@1
2894The link to the data access page specified could not be updated because the database cannot be exclusively locked.@To update the link, open this page again when you are the only person using the database.@@1@@1
2895This page was designed with a version of the Microsoft Office Web Components that is not currently installed on this machine.  If you have not been prompted to install those components on this page, please contact the page author for the installation location.
2896The operation is only valid on a data access page opened in Design View.@Please switch the page to Design View and try the operation again.@@1@@1
2897"You have opened a page that was last modified using a previous version of Microsoft Access. The page must be saved using the <<Office 11 Beta Web Components>> before you can edit it.
Would you like Access to convert this page by saving it using the <<Office 11 Beta Web Components>>? "
2898"|9 has created a backup copy of your original page.  This page can be used if you want to revert to the Office 2000 Web Components.

The backup page name is:  '|'"
2899|9 could not create a backup copy of your original page. This page cannot be opened.
gototop
 

2900|9 could not upgrade the Office Web Components on your page.  This page cannot be opened.
2901Error loading ActiveX control '|1' on form or report '|2'.
2902Access is unable to save the | object because it does not support persistence, or your computer may have run out of disk space.
2903Do you want to set this folder as the default location for data access pages?@|@@19@@1
2904You must match each field on the left with a field on the right.@@@@@1
2905You must choose a linking field for every parameter.@@@@@1
2906'|' contains no fields that can participate in a relationship.@@@@@1
2907Do you want to revert to the saved '|'?@@@19@@1
2908The Control ID '|' is already in use. Specify a different ID for the control.@@@@@1
2909This relationship is not valid because the fields in the first table do not match the fields in the second table.@To repair the relationship, select at least one field from each table.@@@@1
2910This connection file refers to a provider not supported by data access pages.@Please select a different connection file.@@@@1
2911You cannot change the data access page path while it it open.@Please close the page and try again.@@@@1
2912If you create a data access page in this version of Microsoft Access, you cannot open it in Design view in Access 2000 or Access 2002.  However, if you have installed the <Microsoft Office 11 Beta Web Components>, you can open the page in Page view in Access 2000 or Access 2002.@&Don't show this warning again@@3@@1
2913Cannot save to a URL address with a bookmark.@Please specify a valid path.@@@@1
2914|9 could not link to a connection file.@A connection string will be embedded in the page.@@@@1
2915|9 is unable to connect to the data source specified in the connection string of this page.@The server may not exist on the network, or there may be an error in the connection string information for this page.@@1@@1
2916You cannot edit HTML pages created using PowerPoint in Microsoft Access.
2917Invalid HTML color value.
2918Unable to open or read this connection file.@Either the file has been damaged or the file format is not valid.@@@@1
2919You can't place this control in the section you specified.@@@@@1
2920|9 is unable to load the database schema.  Save has been disabled.  Either repair or reinstall Microsoft Office.
2921|9 cannot open this page because it was created using a newer version of Access. Try opening the page using a newer version of |9.
2922"|9 has created a backup copy of your original page.  This page can be used if you want to revert to the Office XP Web Components.

The backup page name is:  '|'"
3000Reserved error (|); there is no message for this error.@@@2@5363@1
3001|@@@2@@1
3002Can't find TEMP directory.@@@2@7528@1
6000Errors were encountered during the save operation.@@@1@@1
6001A form or report cannot be the subdatasheet of a table or query.@Only a table or query can be inserted into another table or query.@@1@@1
6002|9 cannot expand this subdatasheet because all of the records are locked.  @The RecordLocks property of the form or report or the Default Record Locking option on the Advanced tab of the Options dialog box (Tools menu) is set to All Records.@Reset the value to No Locks or Edited Record as appropriate.@1@@1
6003The setting for the Precision property must be from 1 through 28.@@@1@@1
6004The setting for the Scale property must be from 0 through 28.@@@1@@1
6005The table or query name '|' you entered in either the property sheet or macro is misspelled or refers to a table or query that doesn't exist.@If the invalid name is in a macro, an Action Failed dialog box will display the macro name and the macro's arguments after you click OK. Open the Macro window, and enter the correct name.@@1@@1
6006Filter by selection of a partial value is only supported for fields containing character data.@@@1@@1
6007Cannot open a form bound to a stored procedure in server filter by form mode.@@@1@@1
6008|9 encountered an error closing your connection. @Please close all of your application windows before trying again.@@1@@1
6009Invalid connection string.@You may need to specify a valid connection string and try it again.@@1@@1
6010Invalid use of Move method.@The Move method is not applicable to subforms or subreports.@@1@@1
6011Do you want to save the data changes on form '|'?@@@13@@4
6012|9 can't set this property to No right now.@You cannot set the Allow Form View, Allow Datasheet View, Allow PivotTable View, and Allow PivotChart View properties to No at the same time.@Set one of the other properties to Yes before changing this one to No.@1@@1
6013Unable to remove item. '|' not found in list.@@@1@@1
6014The RowSourceType property must be set to 'Value List' to use this method.@@@1@@1
6015Can't add this item. The index is too large.@@@1@@1
6016|9 is unable to switch to PivotTable or PivotChart view right now.@You must set the Record Source property of the form before attempting to PivotTable or PivotChart view.@@1@@1
6017|9 doesn't support the requested property for this type of database object.@The DateCreated and DateModified properties are not supported for Tables, Queries, Stored Procedures, Database Diagrams, and Functions in a Client Server database.@@1@@1
6018The form or report template is open in Design view.  Before creating a new form or report, close the corresponding template.@@@1@@1
6019You must save new or dirty objects in the database before you can save them to this external format.@@@1@@1
6020This format does not support objects named '|'. Rename the object and try again.@@@1@@1
6021You cannot create a form with AutoForm or a report with AutoReport by using a scalar function; you can use a table, view, stored procedure, inline function, or table function.@@@1@@1
6022This option cannot be changed in an Access Project file.@@@1@@1
6023The Maximum Record Count setting cannot be a negative number.@@@1@@1
6024The Maximum Record Count setting cannot contain text - please enter a number.@@@1@@1
6025The Requery action cannot be used on a control bound to a Recordset.@@@1@@1
6026The RowSourceType property must be set to 'Table/Query' to use this method.@@@1@@1
6027You can't save or undo the record at this time. The form's BatchUpdates property is set to Yes, but the form is not bound to a record source. Either set the form's BatchUpdates property to No, or bind the form to a record source by setting a value in the RecordSource property.@@@1@@1
6028The OLE object failed to persist itself. You will not be able to undo this operation.
gototop
 

7700|9 is unable to complete the operation.@Try the operation again. If the error persists, restart |9.@@1@@1
7701"|9 can't synchronize with Synchronizer '|1.'@A possible reason for the failure to synchronize with '|1' is that both the Synchronizer and |9 were trying to write to the current database at the same time.
Try synchronizing with '|1' again.@Do you want to continue synchronizing with the remaining Synchronizers?@19@@2"
7702The user-supplied function named '|', the program to assist you in resolving conflicts, could not be found.@Contact the author of this customized database application.@@1@@3
7703There are no synchronization conflicts to resolve.@@@1@@1
7704"You can't modify the design of '|' at a replica.@Design changes to replicated objects can be made only at the Design Master.
Do you want to open it as read-only?@@19@@2"
7705This member of the replica set has conflicts from synchronizing changes with other members.@Do you want to resolve these conflicts now?@@19@@2
7706This member of the replica set has errors from synchronizing changes with another member.@Do you want to see the errors now?@@19@@2
7707This member of the replica set has both errors and conflicts from synchronizing changes with another member.@Do you want to see the errors and resolve the conflicts now?@@19@@2
7708'|1' was the last designated Design Master for the replica set. Has '|2' been moved, renamed, deleted, or corrupted?@You should never have more than one Design Master for each replica set. Having more than one Design Master in a replica set prevents the members of the set from synchronizing correctly.@Use Windows Explorer to determine whether the file has been moved or deleted. Open the file to determine whether it has been corrupted.@13@@2
7709To make this replica the Design Master for the replica set, point to Replication on the Tools menu, click Synchronize Now, enter the path to '|' (the current Design Master), and select the Make ... The Design Master check box.@@@1@@1
7710"To make this replica the Design Master for the replica set, first synchronize this replica with all other replicas in the set.@This ensures that this replica includes all design changes made at the previous Design Master.
If you have already synchronized this replica, do you want to make it the Design Master?@@19@@2"
7711This member of the replica set is now the Design Master. |9 will now close and reopen the database in order for the changes to take effect.@@@1@@1
7712This member of the replica set has exceeded the maximum number of days allowed between synchronizations and can't be synchronized with any other member of the replica set.@Delete this replica set member and create a new replica.@@1@@1
7713This member of the replica set will expire in | days because it hasn't been synchronized with another member of the replica set.@If the member is allowed to expire, it can no longer be synchronized with any other member of the replica set.@Synchronize with another member as soon as possible. To synchronize, point to Replication on the Tools menu, and click Synchronize Now.@1@@1
7714|9 cannot close the database at this time.@Make sure there is no Visual Basic code executing in the current database. You may need to run Setup again to properly install Briefcase Replication.@@1@@1
7715"|9 cannot complete this operation because it can't find or initialize the dynamic-link library Msrclr40.@Rerun Microsoft Access or Microsoft Office Setup again to reinstall Microsoft Briefcase Replication. During Setup, click Add/Remove, and select Microsoft Briefcase Replication.
If you want to preserve your security or custom settings, back up the |9 workgroup information file.
For information on backing up files, search the Microsoft Windows Help index for 'backing up files'.@@1@@3"
7716The database must be closed prior to synchronization.@Do you want |9 to close the database and synchronize with '|'?@@19@@2
7717All open objects must be closed before synchronizing.@Do you want |9 to close the objects?@@19@@2
7718|9 can't synchronize this member of the replica set because one or more objects are open.@Because synchronizing may involve updating the data in or design of the database, all objects must be closed before you synchronize.@Close all objects and try again.@1@@1
7719You can't save design changes to '|' at a replica.@Design changes to replicated objects can be made only at the Design Master.@@1@@1
7720"You can't save design changes to '|1' at a replica.@Design changes to replicated objects can be made only at the Design Master.
Do you want to save it as a new, local object?@@19@@2"
7721You can't delete or rename '|' at a replica.@These operations can't be performed on a replica; they can be performed only at the Design Master.@@1@@1
7722All open objects must be closed before creating a replica.@Do you want |9 to close the objects?@@19@@2
7723|9 couldn't close one or more objects.@Close all objects manually and try again.@@1@@1
7724|9 has converted '|1' to the Design Master for the replica set.@Only the Design Master can accept changes to the database structure; however, data changes can be made at the Design Master or any replica.@@1@@1
7725|9 has converted '|1' to the Design Master for the replica set and has created a replica at '|2'.@Only the Design Master can accept changes to the database structure; however, data changes can be made at the Design Master or any replica.@@1@@1
7726|9 has created a replica at '|2'.@@@1@@1
7727|9 can't create a replica because this database is already open in exclusive mode.@Do you want |9 to close the database?@@19@@2
7728|9 can't overwrite '|': the replica can't be created at this location.@The file you are trying to overwrite may be open.@Close any other applications that might be using this file.@1@@1
7729|9 can't make a new replica at '|' because the source has the same path and file name.@Choose a different path or file name for the new replica.@@1@@1
7730The synchronization was completed successfully.@@@1@@1
7731|9 can't synchronize this member of the replica set because it is open in exclusive mode. @To open the database in shared mode, close the database, click Open Database on the File menu, and clear the Exclusive check box. Then select the database.@@1@@1
7732'|' is saved as a local table. Changes made to it won't be sent to the replicas in the set.@To make this table available to other members of the replica set, close the table, select it in the Database window, click Properties on the View menu, and then select the Replicated check box.@@1@@1
7733The synchronization request has been received, and the Synchronizer will complete the process as resources become available.@Make sure that the Synchronizer for this member of the replica set is running. It may be several minutes before the synchronization will occur.@@1@@1
7734|9 has saved the design of table '|,' but it will not be made replicable until the Table window is closed.@@@1@@1
7735Changes to this object can be made only at the Design Master.@Any changes you make will be discarded when the form is closed.@To save your changes, click Save As on the File menu and save the object under a different name.@1@@1
7736|9 has deleted '|' and removed it from the replica set.@This change isn't reflected until the database is closed and reopened.@Do you want |9 to close and reopen the database now?@19@@2
7737|9 has converted '|1' to the Design Master for the replica set and has created a replica at '|2'.@The new replica will not appear in the list of potential synchronization partners until this database is closed and reopened.@Do you want |9 to close and reopen the database now?@19@@2
7738|9 has successfully created a replica at '|2'.@However, the new replica will not appear in the list of potential synchronization partners until this database is closed and reopened.@Do you want |9 to close and reopen the database now?@19@@2
7739|9 has deleted '|' and removed it from the replica set.@This change isn't reflected until the database is closed and reopened.@Please close and reopen the database when you are finished synchronizing replicas.@1@@1
7740|9 cannot synchronize with a database from a previous version.@Convert the database you are trying to synchronize with, before synchronizing.@@1@@1
7741|9 can't make a new replica at '|' because the value entered for priority is out of range.@Priority for new replicas should be in the range of 0-100.@@1@@1
7742|9 can't make a password-protected database replicable
7743Backup, restore, and drop database operations are only available for Microsoft SQL Server version 7.0 or later running on your local computer.
7744|9 can't make a new replica at '|' because the value entered for priority is out of range.@Priority for anonymous replicas should be 0.@@1@@1
7745You can't copy local objects in a replica. Design changes to replicated objects can be made only at the Design Master.
7746The Database administrative components failed to load or initialize.  Verify that the components are installed and registered locally.
7747Database Replicas cannot be converted to prior versions of Microsoft Access.
7748This stage of the conversion process is finished. To complete the conversion process, synchronize this replica to the (converted) Design Master.
7749Open the Design Master and sync to this replica before opening.
7750In Datasheet view, you can't set a control property if the control is part of an option group.@@@1@@1
gototop
 
12345678»   3  /  10  页   跳转
页面顶部
Powered by Discuz!NT