This article demonstrates how to create a simple HTML Help file in HTML Help Workshop, and then how to use the Help file in a Microsoft Access form. The Help file uses context IDs to show different Help topics, depending on where you click the pointer in the form.
Creating this simple HTML Help file involves completing the following topics:
- Creating two HTML files: one for the form and one for the control.
- Creating a map file to define the context IDs.
- Creating an alias file that associates each topic ID with a topic.
- Compiling these files in HTML Help Workshop into a single compressed HTML file (*.chm).
- Adding the path to the HelpFile property of a sample form.
- Assigning context IDs to the form and to a control on the form.
- Testing the form.