ACC2000: No Help Available in Object Browser for Items Starting with Mso (197521)



The information in this article applies to:

  • Microsoft Access 2000

This article was previously published under Q197521
Moderate: Requires basic macro, coding, and interoperability skills.

SYMPTOMS

When you use the Object Browser to search for help on a particular object, if you select an object that has the prefix "Mso" (without the quotation marks) in the Classes box or the Members Of box, and you then click the ? Help button in the Object Browser, you receive the following message:

No help available

If you then click Help in the message box, you receive the following additional message:

Not all errors have an associated help topic. This error has the following causes and solutions:

You generated an error for which no Help exists.

Check the Readme file. Help for late-breaking errors is often available through the Readme file.

CAUSE

Enumerated constants (ENUMS) do not have associated Help information.

RESOLUTION

In order to get more information on a particular ENUM, you need to be able to get help on the property to which you want to apply the ENUM. For example, you can find the ENUM MsoAnimationType by following these steps:
  1. Open any Microsoft Access database.
  2. Create a new module.
  3. On the View menu, click Object Browser.
  4. In the Object Browser box, in the Project/Library box, select Office.
  5. In the Classes box, select Assistant.
  6. In the Members Of 'Assistant' box, click Animation.
  7. Click the ? Help button.

    Note that a Microsoft Visual Basic Help window displays the Animation property and the associated enumerated constants.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Follow steps 1 through 4 in the "Resolution" section.
  2. In the Classes box, select any class name that starts with "Mso" (without the quotation marks).
  3. Click the ? button. Note that you receive the following message:

    No help available.

  4. In the message box, click Help.

    Note that you receive the message mentioned in the "Symptoms" section.

Modification Type:MinorLast Reviewed:10/11/2006
Keywords:kbprb kbProgramming KB197521