Create What's This tips for forms or controls

Create What's This tips for forms or controls

  1. Create the source file by using the text editor or word-processing program of your choice. For information about creating the source file, see the Help that comes with Microsoft Help Workshop. Make sure to save the source file in Rich Text Format.

  2. Compile the Help file by using Microsoft Help Workshop.

  3. Display the property sheet for the form and specify the file name for the compiled Help file in the HelpFile property box.

    Note   For best results, put the Help file in the same folder as your application. That way, you can keep the setting for the HelpFile property the same for each site that uses your application, but allow users to install the application in the folder of their choice. If you omit a path setting in this property, Microsoft Access looks for the Help file in the folder where your application is installed.

  4. In the HelpContextID property box for the form, type the number of the topic (a number other than 0) that will be displayed when a user clicks the What's This button and then clicks the background of the form. This topic would generally cover assistance for the whole form.

  5. In the HelpContextID property box for each control on the form that can receive the focus, type the number of the topic that will be displayed when the user clicks the What's This button and then clicks the control.

Notes