msain900.dll

Company
Microsoft Corporation
Description

Microsoft Office 2000 component

Version
9.0.0.2719
Architecture
32 bit
Threat Score
0 %
Original size
647.2 Kb
Download size
203.1 Kb
MD5
a47a026037f14488b8da516806f752b8
SHA1
fa2b01c3692087d3b772eed0bf28f7b390b2b42a
SHA256
746249c8d1b567e7bc687aa20e78fcf1750c80ab35c9bde082f90e3cca4a2fce

 Do you want to close the filter anyway?@If you click Yes,

 |9 will undo the changes to the filter,

 and then close the Filter By Form window.@19@@2Compile error.@@@1@@1Type mismatch.@@@1@@1|9 can't create the |1.@Either there was an error getting information from the table or query you selected,

 or a new |2 could not be created.@@1@@1There was an error creating your |1.@Some fields may have been skipped because there was an error getting information about them or because they didn't fit on the |2.@@1@@1You can't open a subform when it is also open in Design view.@@@1@@1You must save the form '|' before you can embed it.@@@1@@1|9 couldn't find the toolbar '|'.@@@1@@1The custom toolbar '|' is the wrong type (menu,

 shortcut menu,

 or toolbar) for the property it's being used in.@@@1@@1The process failed because there is no printer installed.@Because |9 saves the printer settings with each form or report,

 a printer is needed to convert,

 enable,

 copy and paste,

 import,

 or export your forms or reports. To install a printer,

 point to Settings on the Windows Start menu,

 click Printers,

 and then double-click Add Printer. Follow the instructions in the wizard.@@1@@1You must save new objects in the database before you can save them to this external format.@@@1@@1You can only save select,

 crosstab,

 and union queries to this format.@@@1@@1This form or report is based on a query that exceeds the limit for data in a single record.@Exclude any unnecessary fields from the query,

 or change some of the field types to Memo in the original tables.@@1@@1

!Partial Replica WizardBefore running this wizard,

 click Options on the Tools menu,

 click the Advanced tab,

 and select Break on Unhandled Errors.The combo box below lists the partial replicas the wizard has created or modified for the current replica,

 if any. What partial replica do you want to modify?Analyzing structure and changing filter properties...You must select a database with a least one replicable table.The Partial Replica Wizard is unable to access the database you selected.Database Files (*.mdb)|Add-ins (*.mda)|All Files (*.*)||The file you selected does not exist or is misspelled. Please check the spelling or click Browse to find the partial replica you want to modify.The database '|' is not a replica. You must replicate it before you can run the Partial Replica Wizard.Partial Replica WizardCreateSelect an existing partial replicaOpenCreate a new partial replicaThe filter expression you specified for '|' isn't valid. Check the syntax of the expression to make sure that it's correct.Removing old replica properties...The replica you chose is not a partial replica.The replica you chose is not a member of the same replica set as the replica you currently have open in Microsoft Access. You can only choose replicas from the same replica set.The database you chose can't be opened exclusively. The wizard needs to open it exclusively in order to add data to it.The database you chose isn't a replica.Partial ReplicaXXX of |TableDefRelationDatabasePartialReplicaReplicaFilterNameDescriptionThe current database is a partial replica. You must open a full replica in the set before you run the wizard,

 in order for the partial replica to contain the correct data.De&

select&

SelectANDOR[Expression]=>

<

You chose to change the filter expression for an existing partial replica. It's a good idea to exit the wizard and synchronize with other replicas first if you think other users may have edited the same records that you have. This way,

 you can resolve all of your replication conflicts before changing which records are in your partial replica. Do you want to continue?Partial Replica of |The wizard has detected a self join in your database. Depending on the filter you specified,

 and which table in the join is the actual table that is being filtered rather than the aliased table,

 you may not get the records that you are expecting. When the wizard is finished,

 you should check the data in the partial replica to make sure that the wizard handled the filter properly.You can't run the Partial Replica Wizard unless you have a replica database open in Microsoft Access.You can set a filter for only one table. Changing which table you filter will delete the filter you entered. Do you want to continue?The Partial Replica Wizard: A partial replica is a replica that contains only a subset of the records in a full replica. The Partial Replica Wizard enables you to select the subset of data you want to work with,

 by setting various Data Access Object (DAO) properties for the tables and relationships in the partial replica. After you specify the filter that will retrieve the data you want,

 and select any additional tables to include,

 the wizard will set the necessary properties for you automatically. You can then ask the wizard to create a report listing these property settings. For more information on partial replication,

 and on using DAO to customize replication properties yourself,

 look in Microsoft Access Help for replication,

 the ReplicaFilter property,

 and the PartialReplica property.Creating Partial Replica Filter Expressions: Your partial replica filter expression specifies the records in a particular table that you want to be in the partial replica. The wizard also applies this filter to all of the related tables in your database to ensure that you get all the appropriate records. The filter expression you specify is similar to a SQL WHERE clause,

 except it can't contain any aggregate functions,

 user-defined functions,

 or subqueries. Some examples of filter expressions you could use include: [EmployeeID] = 1,

 [LastName] = 'Smith' And [FirstName] = 'John',

 [OrderDate] <

 #1/1/96# Or [ShippedDate] <

 #3/1/96#. When Microsoft Access uses your filter expression to determine what records to retrieve for your partial replica,

 it queries the replica database. Therefore,

 to enhance performance you should index each field in the replica that you use in your filter expression.If you move back,

 the wizard will delete the empty partial replica that it just created. The wizard will then have to recreate the empty partial replica when you move forward again. Are you sure you want to move back?The wizard is now creating the structure for your new partial replica. If your database is large,

 this may take several minutes.Deciding What Records to Include From Other Tables in the Replica: Tables listed in bold are related to your filtered table with referential integrity enforced. To have the wizard automatically retrieve only the records in these tables that are needed to enforce referential integrity,

 clear the check box for the table. This will result in a smaller partial replica. To have the wizard retrieve all records in the table,

 whether they are related to your filter data or not,

 leave the table selected. Tables in the list that aren't bold may not be related to your filtered table,

 or may be related without referential integrity enforced. To have the wizard retrieve no records from these tables,

 clear the check box for the table. To have the wizard retrieve all records,

 leave the table selected. One reason to include all records from a table is that you may want to add data to your partial replica that includes records that aren't related to the data specified by your filter. For example,

 suppose your filtered table is an Orders table listed in bold that is related to a Products table listed in bold. If you clear the check box for the Products table,

 the wizard will retrieve the Product records that are related to the records retrieved from the Order Details table. But you may want to enter new orders in the partial replica,

 in which case you want the entire product list to be retrieved so that new orders can contain any available product. You would therefore select the Products table in the list. Tables that are not related to your filter table are in the list as non-bold,

 such as lookup tables or tables with relationships where no referential integrity exists. A table that populates a combo box may be one example. If these tables are selected,

 all records will be retrieved

 if they are not selected,

 no records will be retrieved.The partial replica you have chosen to modify is on the wizard's list but can't be located. It may be unavailable (such as from a remote connection) or deleted. If it has been deleted,

 you may want to delete it from the wizard's list. Would you like to delete this partial replica from the wizard's list for this replica set?The tables listed in bold are related to the filtered table with referential integrity enforced. To include all records,

 leave a table selected. To include only the records that are related to the records in your filter,

 clear the check box for a table

 this results in a smaller partial replica.Tables that aren't bold aren't related to the filtered table with referential integrity enforced. To include all records,

 leave a table selected. To include no records,

 clear the check box for a table.[]The wizard was unable to create the new partial replica. The file name you specified may already exist,

 or you may not have write permissions to the directory in which it was to be placed.The partial replica you have chosen to modify contains data conflicts or errors. These conflicts must be resolved before you can modify the filters on the partial replica.The partial replica and the full replica's schemas are out of synch. You need to synchronize them and resolve conflicts (if any) before modifying the partial replica.The partial replica and the full replica's schemas are out of synch. If you continue the wizard now without synchronizing,

 you may lose new data if you have updated without synchronizingThe Partial Replica Wizard has encountered an error while trying to populate your partial replica with data. The error that the Jet Engine has returned is: | After resolving this error,

 you can run the Wizard again.The report cannot open because you do not have a default printer selected. Would you like to try to print the report again? If you would,

 then add a default printer from the control panel and then click Yes.

#!#=Page

$|9 can't run.@@@1@@3|9 couldn't find file '|'.  This file is required for startup.A system error occurred,

 or there isn't enough free memory to start |9. Close unneeded programs and try again.|9 can't find the database file '|.'@Make sure you entered the correct path and file name.@@1@@1You can't exit |9 now.@If you're running a Visual Basic module that is using OLE or DDE,

 you may need to interrupt the module.@@1@@1The command line you used to start |9 contains an option that |9 doesn't recognize.@Exit and restart |9 using valid command-line options.@@2@510252@1The command or action '|' isn't available now.@* You may be in a read-only database or an unconverted database from an earlier version of |9.

%ApplicationName% can't display Help.%ApplicationName% can't start this wizard.%ApplicationName% can't open the sample database.%ApplicationName% can't start the Snapshot Viewer.%ApplicationName% can't start the Client Server Visual Design Tools.%ApplicationName% can't display an error message.%ApplicationName% can't replicate this database.%ApplicationName% can't create the data access page because one of the required components is not installed correctly. To fix this problem,

 click Detect and Repair on the Help menu. If the problem persists,

 contact your administrator.%ApplicationName% can't start SQL dialogs.

,

3.Enter the name of the menu as you want it to appear on the custom menu bar (for example,

 File or Edit). Required argument for custom menu bars and global menu bars,

 but ignored for custom shortcut menus and global shortcut menus. Press F1 for help on this argument.Enter or select the name of the macro group that defines the commands for this menu. Required argument. Press F1 for help on this argument.Enter the text to display in the status bar when the user selects this menu. This argument is ignored for custom shortcut menus and global shortcut menus. Press F1 for help on this argument.Enter the name of a query or a filter saved as a query. This argument or the Where Condition argument is required. Press F1 for help on this argument.Enter an SQL WHERE clause or expression that restricts the table,

 form,

 or report's records. Click the Build button to use the Expression Builder to set this argument. This argument or the Filter Name argument is required. Press F1 for help on this argument.Select the type of object to close. Leave blank to select the active window. Press F1 for help on this argument.Enter or select the name of the object to close. The list shows all current database objects of the type selected with the Object Type argument. Press F1 for help on this argument.Select Yes to save the object when closed. Select No to close the object without saving it. Select Prompt to prompt for saving the object before closing it. Press F1 for help on this argument.Enter a full database path,

 or leave blank to select the current database. Press F1 for help on this argument.Enter a new name for the object to be copied. When copying to a different database,

 leave blank to keep the same name. Press F1 for help on this argument.Select the type of object to copy. Leave blank to copy the object selected in the Database window. Press F1 for help on this argument.Enter or select the specific object to copy. The list shows all objects in the database of the type selected with the Object Type argument. Press F1 for help on this argument.Select Yes to show the results of the macro while it runs. Select No to hide the results until the macro is finished. Press F1 for help on this argument.Enter text to display in the status bar when echo is turned off. For example,

 'The macro is running.'  Press F1 for help on this argument.Enter the data to find in the record. Enter text,

 a number,

 a date,

 or an expression to find in the record. Required argument. Press F1 for help on this argument.Select where in the field to find the data: anywhere in the field (Any Part of Field),

 filling the entire field (Whole Field),

 or at the beginning of the field (Start of Field). Press F1 for help on this argument.Select Yes to make the search case-sensitive (upper-case and lower-case letters must match exactly). Select No to search for the data without regard to case. Press F1 for help on this argument.Select Down to search forward through the records. Select Up to search backward through the records. Select All to search forward through the records and then from the beginning to the current record. Press F1 for help on this argument.Select Yes to search for the data as it is formatted in formatted fields. Select No to search for the data as it is stored in the database. Press F1 for help on this argument.Select Yes to search only in the current field in each record. Select No to search all fields in each record. The Only Current Field search is faster. Press F1 for help on this argument.Select Yes to start the search from the first record. Select No to start the search from the current record. Press F1 for help on this argument.Enter the name of the field or control to receive the focus. Use only the field or control name,

 rather than the full syntax. Required argument. Press F1 for help on this argument.Enter the page number to which to move the focus. Page numbers are determined by page break controls on the form. Press F1 for help on this argument.Enter the horizontal position for the upper-left corner of the page,

 measured from the left edge of the containing window. Press F1 for help on this argument.Enter the vertical position for the upper-left corner of the page,

 measured from the top edge of the containing window. Press F1 for help on this argument.Select the type of object that contains the record to make current. Leave blank to select the active object. Press F1 for help on this argument.Enter or select the specific object that contains the record to make current The list shows all database objects of the type selected with the Object Type argument. Press F1 for help on this argument.Select the record to make current. You can select the first or last record,

 an earlier or later record (Previous or Next),

 or go to a specific record. You can also go to a new record. Next,

 Previous,

 and Go To are affected by the Offset argument. Press F1 for help on this argument.Enter a number or expression for the record to go to (if you select Go To in the Record argument) or the number of records to move forward or backward (if you select Next or Previous). Press F1 for help on this argument.Select Yes to display an hourglass mouse pointer (or another icon you've chosen). Select No to display the normal pointer. Press F1 for help on this argument.Enter the new horizontal position of the window's upper-left corner,

 measured from the left edge of the containing window. Press F1 for help on this argument.Enter the new vertical position of the window's upper-left corner,

 measured from the top edge of the containing window. Press F1 for help on this argument.Enter the new width for this window. Press F1 for help on this argument.Enter the new height for this window. Press F1 for help on this argument.Enter the text of the message to display in the message box. Press F1 for help on this argument.Select Yes for the computer to beep when the message box is displayed (for example,

 if this is a warning message). Select No to not sound a beep. Press F1 for help on this argument.Select the type of icon to display in the message box: None,

 Critical,

 Warning?,

 Warning!,

 and Information. Microsoft Windows and Windows NT display slightly different icons. Press F1 for help on this argument.Enter the text to display in the message box title bar. For example,

 'Customer ID Validation.'  Press F1 for help on this argument.Select the name of the form to open. The list shows all forms in the current database. Required argument. Press F1 for help on this argument.Select the view in which to open the form: Form view,

 Design view,

 Print Preview,

 or Datasheet view. Press F1 for help on this argument.Enter a filter to apply. This can be a query or a filter saved as a query. Use a filter to restrict and/or sort the records for the form. Press F1 for help on this argument.Enter an SQL WHERE clause or expression that selects records for the form from its underlying table or query. Click the Build button to use the Expression Builder to set this argument. Press F1 for help on this argument.Select the data entry mode for the form: Add (to allow adding new records)

 Edit (to allow editing of existing records or adding new records)

 or Read Only (to only allow viewing of the records). Press F1 for help on this argument.Select the mode for the Form window: Normal (the form is in the mode set in its form properties)

 Hidden (the form is hidden)

 Icon (the form is minimized)

 or Dialog (the form's Modal and PopUp properties are set to Yes). Press F1 for help on this argument.Select the name of the query to open. The list shows all queries in the current database. Required argument. Press F1 for help on this argument.Select the view in which to open the query: Datasheet view,

 Design view,

 or Print Preview. Opening an action query in Datasheet view runs the query. Press F1 for help on this argument.Select the data entry mode for the query: Add (to allow adding new records)

 Edit (to allow editing of existing records or adding new records)

 or Read Only (to only allow viewing of the records). Press F1 for help on this argument.Select the name of the table to open. The list shows all tables in the current database. Required argument. Press F1 for help on this argument.Select the view in which to open the table: Datasheet view,

 Design view,

 or Print Preview. Press F1 for help on this argument.Select the data entry mode for the table: Add (to allow adding new records)

 Edit (to allow editing of existing records or adding new records)

 or Read Only (to allow only viewing of the records). Press F1 for help on this argument.Select the range to print: All (to print all of the object)

 Selection (to print the selected part of the object)

 or Pages (to print a range of pages using the Page From and Page To arguments). Press F1 for help on this argument.Enter the page on which to start printing. Printing starts from the top of this page. Required argument if you select Pages in the Print Range argument. Press F1 for help on this argument.Enter the page on which to stop printing. Printing stops at the bottom of this page. Required argument if you select Pages in the Print Range argument. Press F1 for help on this argument.Select High,

 Medium,

 Low,

 or Draft quality. The lower the quality,

 the faster the object will print. Press F1 for help on this argument.Enter the number of copies to print. The default is one copy. Press F1 for help on this argument.Select Yes to collate printed copies. Select No to print multiple copies of each page together. Multiple copies may print faster if this is set to No. Press F1 for help on this argument.Select Prompt to prompt the user to save each changed database object. Select Save All to save all changed objects without prompting. Select Exit to quit Microsoft Access without saving. Press F1 for help on this argument.Enter the name of the control to requery. Use only the name of the control rather than the full syntax. Leave blank to requery the underlying table or query for the object. Must be left blank for datasheets. Press F1 for help on this argument.Select the type of object to repaint. Leave blank to repaint the active object. Press F1 for help on this argument.Enter or select the specific object to repaint. The list shows all current database objects of the type selected with the Object Type argument. Press F1 for help on this argument.Enter the new name for the object. Required argument. Press F1 for help on this argument.Select the type of object to rename. Leave blank to rename the object selected in the Database window. Press F1 for help on this argument.Enter or select the specific object to rename. The list shows all objects of the type selected with the Object Type argument. Press F1 for help on this argument.Enter the command line used to start the application (including a path). Required argument. Press F1 for help on this argument.Enter the name of the Function procedure to be executed. Include any function arguments in parentheses. Click the Build button to use the Expression Builder to set this argument. Required argument. Press F1 for help on this argument.Enter or select the macro to run. The list shows all macros in the current database. Enter or select a macrogroupname.macroname to run a macro in a macro group. Required argument. Press F1 for help on this argument.Enter the maximum number of times the macro will run. If left blank (and Repeat Expression is also blank),

 the macro runs once. Press F1 for help on this argument.Enter an expression that will stop the macro when it evaluates to false. Use this with Repeat Count to run a macro repeatedly until the expression is false,

 or the number of times specified in Repeat Count. Click the Build button to use the Expression Builder to set this argument. Press F1 for help on this argument.

&

Adds a menu to a custom menu bar for a form or report. Each menu on the menu bar requires a separate AddMenu action. Also,

 adds a custom shortcut menu for a form,

 form control,

 or report,

 and adds a global menu bar or global shortcut menu for all Microsoft Access windows. Press F1 for help on this action.Applies a filter,

 query,

 or SQL WHERE clause to a table,

 form,

 or report to restrict or sort the records in the table,

 or the records from the form or report's underlying table or query. Press F1 for help on this action.Causes the computer to beep. Use this action to signal error conditions or important visual changes. Press F1 for help on this action.Cancels the Microsoft Access event that caused the macro containing this action to run. For example,

 if the BeforeUpdate event causes a validation macro to run and the validation fails,

 use this action to cancel updating of the data. Press F1 for help on this action.Closes the specified window,

 or the active window if none is specified. Press F1 for help on this action.Copies the specified database object to a different Microsoft Access database or to the same database with a new name. Use this action to quickly create similar objects or to copy objects to other databases. Press F1 for help on this action.Carries out a Microsoft Access menu command. The command must be appropriate for the view that is current when the macro runs the command. Press F1 for help on this action.Hides or shows the results of a macro while it runs. Modal dialogs (such as error messages) are always displayed. Press F1 for help on this action.Finds the next record that meets the criteria specified with the most recent FindRecord action or Find dialog box. Use this action to move successively to records that meet the same criteria. Press F1 for help on this action.Finds the first or next record that meets specified criteria. Records can be found in the active form or datasheet. Press F1 for help on this action.Moves the focus to a specified field or control on the active datasheet or form. Press F1 for help on this action.Moves the focus to the first control on the specified page of the active form. Use the GoToControl action to move the focus to a particular field or other control. Press F1 for help on this action.Makes the specified record the current record in a table,

 form,

 or query result set. Press F1 for help on this action.Changes the normal pointer to an hourglass (or another icon you've chosen) while the macro runs. When the macro finishes,

 the normal pointer is restored. Press F1 for help on this action.Maximizes the active window so it fills the Microsoft Access window. Press F1 for help on this action.Minimizes the active window to a title bar at the bottom of the Microsoft Access window. Press F1 for help on this action.Moves and sizes the active window. If you leave an argument blank,

 Microsoft Access uses the current setting. Each measurement is in standard units (inches or centimeters) set in the Windows Control Panel. Press F1 for help on this action.Displays a message box containing a warning or informational message. A common use is a message that appears when a validation fails. Press F1 for help on this action.Opens a form in Form view,

 Design view,

 Print Preview,

 or Datasheet view. Press F1 for help on this action.Opens a select or crosstab query or runs an action query. The query can be opened in Datasheet view,

 Design view,

 or Print Preview. Press F1 for help on this action.Opens a table in Datasheet view,

 Design view,

 or Print Preview. Press F1 for help on this action.Prints the active database object. You can print datasheets,

 reports,

 forms,

 and modules. Press F1 for help on this action.Quits Microsoft Access. Select one of several save options. Press F1 for help on this action.Forces a requery of a specified control on the active object,

 or a requery of the object if no control is specified. If the specified control is not based on a table or query,

 this action forces a recalculation of the control. Press F1 for help on this action.Completes any pending screen updates or pending recalculations of controls on the specified object,

 or on the active object if none is specified. Press F1 for help on this action.Renames the specified object or the object currently selected in the Database window if none is specified. This differs from the CopyObject action,

 which creates a copy of the object with a new name. Press F1 for help on this action.Restores a maximized or minimized window to its previous size. This action always affects the active window. Press F1 for help on this action.Starts another Microsoft Windows or MS-DOS application,

 such as Microsoft Excel or Word. The specified application then runs in the foreground and the macro continues to run. Press F1 for help on this action.Runs a Visual Basic Function procedure. To run a Sub procedure or event procedure,

 create a Function procedure that calls the Sub procedure or event procedure. Press F1 for help on this action.Runs a macro. You can use this action to run a macro from within another macro,

 repeat a macro,

 run a macro based on a certain condition,

 or attach a macro to a custom menu command. Press F1 for help on this action.Runs the specified SQL statement for an action query. Also,

 runs the specified SQL statement for a data-definition query. You can use the statement to modify data and data definitions in the current database or in another database (using the IN clause). Press F1 for help on this action.Selects a specified database object. You then can run an action that applies to this object. If the object isn't open in a Microsoft Access window,

 select it from the Database window. Press F1 for help on this action.Sends keystrokes to Microsoft Access or another active application. These keystrokes are processed as if you had pressed them in the application. Press F1 for help on this action.Sets a value for a control,

 field,

 or property on a form,

 form datasheet,

 or report. Press F1 for help on this action.Turns all system messages on or off. Prevents modal warnings from stopping the macro (although error messages and dialogs that require user input still appear). This has the same effect as pressing Enter in each message box (typically an OK or Yes). Press F1 for help on this action.Removes any applied filter from the active table,

 query,

 or form. Displays all records in the table or result set or all records in the form's underlying table or query. Press F1 for help on this action.Stops all currently running macros. This action also turns echo and the display of system messages back on if they have been turned off. You can use this action when an error condition necessitates stopping all macros. Press F1 for help on this action.Stops the currently running macro. This action also turns echo and the display of system messages back on if they have been turned off. Use this action to stop a macro when a certain condition is met. Press F1 for help on this action.Opens a report in Design view or Print Preview or prints the report immediately. Press F1 for help on this action.Imports data from another database into the current database,

 exports data from the current database into another database,

 or links a table in another database to the current database. Press F1 for help on this action.Imports either data,

 or links to data,

 from a spreadsheet file into the current Microsoft Access database,

 or exports data from the current Microsoft Access database into a spreadsheet file. Press F1 for help on this action.Imports data from a text file into the current Microsoft Access database,

 exports data from the current Microsoft Access database into a text file,

 or links data in a text file to the current Microsoft Access database. Also,

 exports data to a Microsoft Word for Windows mail merge data file. Press F1 for help on this action.OLE/DDE LinksSet page properties and/or Select or change printer settingsFind the next occurrence of specified textOutputs the data in the specified database object to Microsoft Excel (.xls),

 rich-text (.rtf),

 MS-DOS Text (.txt),

 HTML (.htm) or Snapshot (.snp) format. Press F1 for help on this action.Deletes the specified object,

 or the object selected in the Database window if no object is specified. Microsoft Access doesn't display a message asking to confirm the deletion. Press F1 for help on this action.Opens the specified Visual Basic module in Design view at the specified procedure. The procedure can be a Sub procedure,

 a Function procedure,

 or an event procedure. Press F1 for help on this action.Includes the specified database object in an electronic mail message,

 where it can be viewed and forwarded. You can send objects to any electronic mail application that uses the Microsoft MAPI standard interface. Press F1 for help on this argument.Shows or hides a built-in toolbar or a custom toolbar. Toolbars can be displayed at all times,

 displayed only where normally displayed,

 or hidden. Press F1 for help on this action.Saves the specified object,

 or the active object if none is specified. Press F1 for help on this action.Sets the state of menu items (enabled or disabled,

 checked or unchecked) on custom menus,

 including global menus,

 for the active window. Works only on custom menus created using menu bar macros. Press F1 for help on this action..TableInsertColumnCarries out a Microsoft Access menu command. The command must be appropriate for the view that is current when the macro runs the command. Press F1 for help on this action.Find the next occurrence of specified textSelectAllOpens a Data Access Page in Browse view,

 or Design view. Press F1 for help on this action.Opens a view in Datasheet view,

 Design view,

 or Print Preview. Press F1 for help on this action.Opens a schema in Design view,

 or Print Preview. Press F1 for help on this action.Opens a stored procedure in Datasheet view,

 Design view,

 or Print Preview. Press F1 for help on this action.

* Another user may have locked access to the other application.@@1@@1The other application in the DDE conversation quit unexpectedly.@Restart the other application before reinitiating the DDE conversation.@@1@@1The DDE conversation was interrupted.@* You may have passed an incorrect channel number to a DDE function or statement.

* Check the OLE server's documentation for information about the syntax to use when specifying an OLE object's data.@@1@@1An error occurred while accessing the OLE server.@The OLE server may not be registered.@To register the OLE server,

 reinstall it.@1@@1|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@@1The 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@@1You 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@@1This disk is write-protected. You can't save the | object to it.@@@1@@1|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@@1There isn't enough memory to complete the operation.@Close unneeded programs and try the operation again.

* Close the OLE server and restart it outside of |9. Then try the original operation again from within |9.

* Close the OLE server and restart it outside of |9. Then try the original operation again from within |9.@@1@@1There 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.

* Close the component and restart it outside of |9. Then try again to run the procedure in |9.@1@@1A 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@@1There was a problem accessing a property or method of the OLE object.@Try one or more of the following:

* Create a new control in the active window,

 and try the operation again.@@1@@1There is no current code context object.@@@1@@1The syntax of the subquery in this expression is incorrect.@Check the subquery's syntax and enclose the subquery in parentheses.@@2@209989@1You used a Like operator with an incorrect pattern.@Make sure the comparison value is enclosed in quotation marks.@@1@1008961@1The Replication ID you entered is invalid.@Make sure the Replication ID you enter contains only digits or letters for hexadecimal numbers,

 that the Replication ID is the correct length,

 and that it is in a canonical SQL form.@@1@@1The expression contains an ambiguous name.@You may have two or more functions with the same name in different modules.@Rename the functions so that each one has a unique name.@1@@1There was an error compiling this function.@The Visual Basic module contains a syntax error.@Check the code,

 and then recompile it.@1@@1|9 can't find the module '|' referred to in a macro expression or Visual Basic code.@The module you referenced may be closed or may not exist in this database,

 or the name may be misspelled.@@1@@1The index number you used to refer to the module is invalid.@Use the Count property to count the open modules and make sure that the module number is not greater than the number of open modules minus 1.@@1@@1|9 can't run the macro or callback function '|'.@Make sure the macro or function exists and takes the correct parameters.@@1@@1You entered an expression that has an invalid reference to the Recordset property.@You can only use a dynaset or snapshot recordset to set this property.@@1@607393@1The object your entered is not a valid Recordset property.@For example,

 you may have used a forward-only recordset,

 or tried to set it to null.@@1@607393@1The format condition number you specified is greater than the number of format conditions.@Use the Count property to count the format conditions for the control and then check that the format condition number you cite is within the range of existing format conditions.@@1@@1A required minimum or maximum value is missing.@@@1@@1The format condition Type you specified is invalid.@Valid values for the Type property are 0 to 2 for the first condition,

 and 0 to 1 for all other format conditions.@@1@@1The format condition Operator you specified is invalid.@Valid values for the Operator property are 0 to 7.@@1@@1

* Make sure you are searching in a bound control.@@2@603015@1The page number you used as an argument for the GoToPage action or method doesn't exist in this form.@@@1@603017@1You can't disable a control while it has the focus.@@@1@5250@1You can't hide a control that has the focus.@@@1@@1You can't lock a control while it has unsaved changes.@@@1@@1This property is read-only and can't be modified.@@@1@@1You can't save this record at this time.@|9 may have encountered an error while trying to save a record.

* Open the database using the previous version first,

 then try to open it in the current version.@@1@@1This is already an MDE database.@@@1@@1This database does not have a Visual Basic project,

 so it can't be made into an MDE file.@Open the database in Microsoft Access to create the Visual Basic project.@@1@@1You can't make the open database into an MDE file while running a macro or Visual Basic code.@Instead of using a macro or code,

 on the Tools menu,

 point to Database Utilities,

 and then click Make MDE File.@@1@@1|9 can't replace an existing file as a result of converting the |9 database.  You must select a new file name.@@@1@@1You can't rename a | object in the client/server version of |9.@@@1@@1You can't compact the open database while running a macro or Visual Basic code.@Instead of using a macro or code,

 on the Tools menu,

 point to Database Utilities,

 and then click Compact/Repair Database.@@1@@1|9  requires SQL Server 6.5 or later for Access projects.  You need to upgrade the selected SQL database to SQL Server 6.5 or later.@@@1@@1Microsoft Access projects can only be connected to Microsoft SQL ServerRestoring a database requires that no one is currently using the database.@Do you want to close all objects,

 select a backup file,

 and restore the database from backup.@@1@@1Dropping a database requires that no one is currently using the database.@Do you want to close all open objects,

 and drop the database.@@1@@1|9 was unable to create an ADE database.@@@1@@1Microsoft Access requires this SQL 6.5 installation to be upgraded to SP5 in order to successfully connect to this server. @@@1@@1The database file '|' is already open.   You cannot encrypt to an open file.@@@1@@1|9 was unable to create the Database window.@Please upgrade to a newer version of Microsoft Internet Explorer.@@1@@1You have chosen a database template file that is not supported in the current version of |9.@To create a database using the Database Wizard,

 click the Databases tab in the New dialog box and then double-click a database icon.@@1@@1

* Reference or set the property from a macro or event procedure that runs when the GotFocus event for the control occurs.@@2@606215@1This property isn't available in Design view.@Switch to Form view to access this property,

 or remove the reference to the property.@@1@@1This property is available only in Design view.@@@1@@1The object you attempted to load from text has an invalid value for the property '|1' on a |2.@@@1@@1Your code contains a syntax error,

 or a |9 function you need isn't available.@If the syntax is correct,

 check the Control Wizards subkey or the Libraries key in the |9 section of the Windows Registry to verify that the entries you need are listed and available.@If the entries are correct,

 you need to correct the |9 Utility Add-in or the file acWzlib. To do so,

 run |9 or Microsoft Office Setup to reinstall |9. Before you reinstall,

 delete the Windows Registry keys for the |9 Utility Add-in and acWzlib.@1@@1This property has been replaced by a new property

 use the new property instead.@@@1@@1You can't set the | property after printing has started.@Try setting this property in the OnOpen event.@@1@@1The bitmap you specified is not in a device-independent bitmap (.dib) format.@You tried to set the PictureData property of a form,

 report,

 button,

 or image control.@@1@@1The left margin,

 right margin,

 or both margins are wider than the paper size specified in the Print Setup dialog box.@@@1@@1You can't set the PictureData property in Datasheet view.@To see the valid settings for this property,

 search the Help index for 'PictureData property'.@@1@@1The section name you entered doesn't follow |9 object-naming rules.@@@2@611734@1|9 can't retrieve the value of this property.@The property isn't available from the view in which you're running the macro or Visual Basic code,

 or |9 encountered an error while retrieving the value of the property.

* Request that other users close the database.@@1@@1The Visual Basic for Applications project in the database '|' can't be converted to the current Visual Basic format.@If the database is an MDE,

 you will need to rebuild the MDE from the source MDB. If you don't have the source MDB,

 you will need to obtain a new version of the MDE that is compatible with the current version of Visual Basic.@@1@@1|9 can't create any more controls on this form or report.@If you have deleted controls from this form or report in the past,

 you may be able to rename the form or report and then add more controls to it.@@1@@1|9 can't add,

 rename,

 or delete the control(s) you requested.@@@1@@1The form or report '|' has too many controls.@Reduce the number of controls on the form or report before using it in this version of |9.@@1@@1Someone else is using '|' and the Visual Basic for Applications project does not match your version of Visual Basic.@You need to open the database exclusively in order to upgrade the Visual Basic for Applications project in this database.@@1@@1The database '|' is read-only and the Visual Basic for Applications project does not match your version of Visual Basic.@You need to open the database read-write in order to upgrade the Visual Basic for Applications project in this database.@@1@@1You can't create a module for a form or report while an instance of the form or report is in browse mode.@@@1@@1|9 was unable do display the module.@@@1@@1File not found.@@@1@@1There were compilation errors during the conversion or enabling of this database.@This might be due to old DAO syntax that is no longer supported.

* The disk where the file is located may be unreadable.@@1@@1The file you specified doesn't contain valid icon data.@Specify a valid icon file.@@1@600829@1|9 can't run the query

 the parameter values are too large.@The total length of all the values entered for the parameters cannot exceed 1,

024 characters.@@1@@1An error occurred while sending data to the OLE server (the application used to create the object).@* You may have tried to send too much data. If you're creating a chart and the chart is based on a query,

 modify the query so that it selects less data. If the chart is based on a table,

 consider basing it on a query instead so that you can limit the data.

* The key for the add-in in the Windows Registry file may be incorrect.@@2@109015@1|9 can't open the Zoom box.@The |9 Utility add-in is missing or was modified. Rerun Microsoft Access or Microsoft Office Setup to reinstall |9 and the |9 Utility add-in.@@1@212620@1|9 can't output because you have selected too many controls with differing styles,

 such as color and font.@Reduce the number of controls selected,

 and then try again.@@1@@1There are not enough system resources to output the data.@Close one or more |9 windows,

 close other applications,

 or restart Microsoft Windows. Then try to output the data again.@@1@@1|9 can't save the output data to the file you've selected.@* The file may be open. If so,

 close it,

 and then save the output data to the file again.

* The other application may be too busy to respond to DDE messages. Execute the DoEvents function before performing this DDE conversation.@@1@@1The other application in the DDE conversation is busy and can't perform a DDE operation.@Wait until the other application is free,

 or execute the DoEvents statement,

 and then start the DDE operation again.@@1@@1The other application indicated that it was supplying data in a DDE conversation but didn't provide the data.@* The other application may be busy.

* The wizard,

 builder,

 or add-in code may not be compiled and |9 can't compile it. There may be a syntax error in the code.

* There are no fields to search.@@1@@1You can't search the field for the specified value.@Resolve the error given in the previous error message before you attempt to search again.@@1@@1You can't replace the current value of the field with the replacement text.@Resolve any errors before making further replacements.@@1@@1|9 can't save the change you made to the record in the Replace operation for the reason given in the previous error message.@Click Undo Current Record on the Edit menu,

 or enter a new value in the field.@@1@@1|9 can't find the text you specified in the Find What box.@@@1@@1The FindRecord action requires a Find What argument.@You tried to run a macro set to one of the current field's properties,

 but you left the Find What argument blank.@When you click OK,

 an Action Failed dialog box will display the macro name and the macro's arguments. In the Macro window,

 enter text or an expression for the Find What argument,

 and try the Search operation again.@1@603015@1You didn't specify search criteria with a FindRecord action.@In the Macro window,

 insert a FindRecord action before the FindNext action.@@1@603015@1The setting for the ListRows property must be from 1 through 255.@@@1@604055@1The ColumnWidths property setting must be a value from 0 through 22 inches (55.87 cm) for each column in a list box or a combo box.@If there is more than one column,

 separate the numbers with either a semicolon or the list separator character. List separator characters are defined in the Regional Settings section of Windows Control Panel.@@1@600847@1|9 can't save the last change for the reason given in the previous error message.@For example,

 you may have entered a duplicate value in a field with an index that prohibits duplicate values.@Click Undo on the Edit menu,

 or enter a new value in the field.@1@@1You must be in Design view to create or delete controls.@@@1@5054@1The number you used to refer to the form or report section is invalid.@Make sure that the number is less than the number of sections in the form or report.@@1@@1The constant you entered for the control type is invalid.@For a list of valid constants you can use to create a control,

 click Help.@@2@610905@1This type of control can't contain other controls.@@@1@@1The parent control can't contain the type of control you selected.@For example,

 you used the CreateControl function to designate an option group as the parent of a text box.@@1@@1You can set group levels for reports only,

 not for forms.@@@1@@1You can't specify more than 10 group levels.@@@1@@1You can't call this function when the Sorting and Grouping box is open.@@@1@@1|9 has encountered an error in compiling the Visual Basic code.@You don't have permission to edit code

 inform someone who does have permission about this error.@@1@@1|9 has encountered an error in compiling the Visual Basic code.@Do you want to view the error in its context?@@19@@2The sum of the top margin,

 the bottom margin,

 the height of the page header,

 and the height of the page footer is greater than the length of the page you are printing on.@@@1@@1You can use the Print method and the report graphics methods (Circle,

 Line,

 PSet,

 and Scale) only in an event procedure or a macro set to the OnPrint,

 the OnFormat,

 or the OnPage event property.@@@1@210129@1There isn't enough memory to initialize the Print method or one of the report graphics methods (Circle,

 Line,

 PSet,

 Scale).@Close unneeded programs and try again to print or preview the report.

* There may be a disk error.@@1@@1An error occurred while adding this word to the Change All list.@The dictionary may be full.@@1@@1An error occurred while adding the word to the Ignore All list.@The dictionary may be full.@@1@@1The specified word is too large.@Words can't exceed 64 characters.@@1@@1|9 can't open the '|' custom dictionary.@@@1@@1|9 can't start the spelling checker because it isn't installed.@@@1@@1|9 can't open the main dictionary file.@Verify that this file has been correctly installed.@@1@@1The spelling checker only works on text fields that contain text data.@You're trying to check a field with a data type other than Text or Memo.@@1@@1The spelling checker can't proceed

 you must first select data from a table,

 query,

 view,

 stored procedure,

 or form.@@@1@@1The spelling checker can't proceed

 form data is not updatable.@The form may be based on a query that isn't updatable or is only partly updatable. For information on when a query is updatable,

 click Help.@@2@409932@1An error occurred while trying to modify the contents of field '|.'@The field may be locked or read-only,

 or you may not have permissions to change it. For information on security permissions and who can change them,

 click Help.@@2@410222@1An error occurred while trying to save spelling preferences.@@@1@@1The '|' field can't be modified because it's a read-only field.@@@1@@1An error occurred while trying to add the word pair to the AutoCorrect list.@@@1@@1The current selection does not contain any fields that can be checked for spelling errors.@You can check the spelling of text box controls with Text or Memo data types.@@1@@1You entered an invalid main dictionary.@Please select a valid entry.@@1@@1The spelling check is complete.@@@1@@1You must restart the spelling checker for the dictionary change to take effect.@@@1@@1The '|' custom dictionary doesn't exist.@Do you want to create it?@@20@@1The Change To box contains a word that isn't found in the main or custom dictionary.@Do you want to use this word and continue checking?@@20@@1The main dictionary you selected can't be used.@It has not been correctly installed.@@1@@1The spelling checker can't undo your last change.@The data in field '|' has been modified by another user. To resume the spelling check,

 click OK.@@1@@1This database must be closed before you can create a replica.@Do you want |9 to close this database and create the replica?

* There may have been an error evaluating the function,

 event,

 or macro.@@1@@1The expression you entered requires the control to be in the active window.@Try one of the following:

* To leave the code in the current state,

 select No.@20@@1You can't add a reference to a |9 workgroup.@@@2@613780@1You can't remove this reference.@|9 needs this reference in order to work properly.@@1@@1You can't add a reference to the open database.@@@1@@1The database | was created in an earlier version of |9.@Convert this database to the current version of |9 by using the Convert Database command on the Tools menu (Database Utilities submenu).@@1@@1You can't use a standard module for this operation.@@@1@@1The module name '|' is invalid.@* The module name may start with the prefix Form_ or Report_.

* Use this table on a read-only basis.@1@209057@1You can't delete the table '|' until its relationships to other tables have been deleted.@Do you want |9 to delete the relationships now?@@19@@2Do you want to permanently delete the |?@If you click Yes,

 you won't be able to undo the deletion.@@19@@2|9 couldn't create the custom toolbar '|.'@@@1@@3Would you like to remove the compacted database from Source Code Control?@@@19@@2|9 must close the | in order to complete this operation.@Would you like |9 to close it now?@@19@@1You do not have the | checked out.@|9 can't check out an object while it is open,

 and you can't make design changes until you check it out.@If you want to make design changes to this object,

 first close it,

 check it out,

 and then reopen it.@1@@1|9 must save the | in order to complete this operation.@Would you like |9 to save it now?@@19@@1You do not have the Data and Misc. Objects checked out.  You can't create a new table or save a link to a WebPage.@@@1@@1To import tables,

 relationships,

 menus,

 toolbars,

 or import/export specs you must have the Data and Misc. Objects checked out.@@@1@@2Are you sure you want to cut the |?@You will not be able to undo this operation.@@19@@2This object will be removed from your local database,

 but not from source code control.@The next time you get this database from source code control,

 the object will reappear.  Are you sure that you want to delete the local object?@@20@@2|9 was not able to add a reference to the type library for this control because Data and Misc. Objects is not checked out.@Check out the Data and Misc. Objects and add a reference to the library '|'.@@1@@1An error occurred while trying to create the linked table '|'.@Check to make sure that the source table or file is available,

 and then retry the operation on the Data and Misc. Objects.@@1@@1You have set |1's Type property to Popup,

 which changes the toolbar to a shortcut menu.@The shortcut menu disappears because |9 adds |2 to the Shortcut Menus toolbar. To complete the shortcut menu,

 close the Toolbar Properties sheet,

 display the Shortcut Menus toolbar,

 click the Custom category,

 and then add the commands you want.@@1@@1|9 must save the | to the current database in order to complete this operation.@Would you like |9 to save it now?@@19@@2An error occured trying to add one or more references from the source code control project.@The library may not be registered on your computer.  Check your project references and add any missing references after registering the missing components that this database requires.@@1@@1Restoring a database requires that no one is currently using the database.@Do you want to close all objects,

 select a backup file,

 and restore the database from backup?@@19@@2Dropping a database requires that no one is currently using the database.@Do you want to close all open objects,

 and drop the database?@@19@@2Are you sure you want to delete the conflict table |?@You will not be able to undo this operation.@@19@@2This database is enabled for publication.@Do you want to delete existing publications and drop the database?@@19@@2Access could not save your project.@Do you want to cancel the close operation?

* You may be out of disk space. Free up disk space and try again.@@1@@1|9 can't save output data to the specified file.@Make sure that you have enough free disk space on your destination drive.@@1@@1There are too many columns to output,

 based on the limitation specified in the output format or by |9.@@@1@@1There are too many rows to output,

 based on the limitation specified by the output format or by |9.@@@1@@1You haven't selected any data,

 or the object you've selected is blank.@@@1@@1The file '|' already exists.@Do you want to replace the existing file?@@20@@2There is an invalid add-in entry for '|.'@There is an error in the Windows Registry for this add-in. Correct the setting and restart |9. For information on the Registry,

 click Help.@@2@109015@1There isn't enough memory to run the NotInList event procedure.@@@1@@1The shortcut '|' must be re-created.@The file may be missing,

 damaged,

 or in an older format that can't be read.@@1@@1|9 can't find the shortcut databases '|1' or '|2.'@Re-create the shortcut with the correct locations of the databases.@@2@209032@1|9 can't find the shortcut database '|.'@Re-create the shortcut with the correct location of the database.@@2@209032@1The input string is too long.@@@1@@1This table or query can't be opened because it has no visible fields.@This can result if the table or query has only system fields,

 and the Show System Objects option is off.@To turn on the Show System Objects option,

 click Options on the Tools menu,

 click the View tab,

 and select the System Objects check box.@1@@1The database '|' can't be repaired or isn't a |9 database file.@@@1@@1|9 can't import the object '|' while it is open.@@@1@@3

* You may be out of memory. Close one or more |9 windows,

 close other applications,

 or restart Microsoft Windows,

 and then try again.@@1@@1Unknown message recipient(s)

 the message was not sent.@@@1@@1The password is invalid

 the message wasn't sent.@@@1@@1|9 can't open the mail session.@You may be out of memory. Close one or more |9 windows,

 close other applications,

 or restart Microsoft Windows,

 and then try again. You may also want to check your mail application to ensure that it's working properly.@@1@@1|9 can't start the wizard,

 builder,

 or add-in.@* The library database containing the wizard,

 builder,

 or add-in may not be installed. Point to Add-ins on the Tools menu,

 and then click Add-in Manager to see if the library database is installed.

* You may be out of memory. Close one or more |9 windows,

 close other applications,

 or restart Microsoft Windows,

 and then try again.@@1@@1|9 can't close the file.@* The network may not be working. Wait until the network is working,

 and then try again.

* You may be out of memory. Close one or more |9 windows,

 close other applications,

 or restart Microsoft Windows,

 and then try again.@@1@@1|9 can't create the output file.@* You may be out of disk space on the destination drive.

* You may be out of memory. Close one or more |9 windows,

 close other applications,

 or restart Microsoft Windows,

 and then try again.@@1@@1|9 can't open the mail session.@Check your mail application to make sure that it's working properly.@@1@@1|9 can't load the '|' format.@The setting for this format in the Windows Registry is incorrect. You can't save the output data to a file in this format until you correct the setting in the Registry.@Run Setup to reinstall |9 or,

 if you're familiar with the settings in the Registry,

 try to correct them yourself. For more information on the Registry,

 click Help.@2@109015@1|9 can't output the module in the requested format.@@@1@@1There were too many message recipients

 the message was not sent.@@@1@@1There are too many message attachments

 the message was not sent.@@@1@@1The message text is too long,

 so it was not sent.@@@1@@1|9 can't send a message for the reason stated in the preceding alert.@Resolve that problem,

 and then send the message again.@@1@@1|9 can't attach the object

 the message was not sent.@* The network may not be working. Wait until the network is working,

 and then try again.

* You may have chosen the Open Read Only command in the Open dialog box. Don't choose this command the first time you open the database.@@1@@1|9 can't establish a reference to the specified database.@The referenced database can't be found,

 or it's locked exclusively by another user so it can't be opened.@Restore the referenced database from a backup copy or ask the user that has the database locked to open the database in nonexclusive mode.@1@@1|9 can't create or open the requested database now.@The database may be locked exclusively by another user.@@1@@1The '|' module  is open

 |9 can't set the permissions on an open module.@@@1@@1|9 can't add references to a replicated database

 changes will be ignored.@@@1@@1|9 is unable to import the module from the source replica.@Synchronize the source database.@@1@@1|9 is currently unable to rename the form,

 report,

 or module to '|'.@Close the database,

 reopen it,

 and then try the rename operation again.@@1@@1One or more forms or reports contains an ActiveX control that could not be loaded.@These controls will not function properly until you register them,

 open the forms or reports in Design view,

 and save the forms or reports.@@1@@1One or more forms or reports contains an ActiveX control that could not be loaded.@These controls will not function properly until you register them,

 open the forms or reports in Design view,

 and save the forms or reports.@@1@@1|9 has converted the code in '|' to your current version of Visual Basic.@To improve the performance of this database,

 do the following:

* 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@1The 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@@1The | object isn't a linked object.@The property you tried to set in Visual Basic applies only to linked objects.@@1@@1You can't embed an OLE ob

Last update: 04/10/2025