ACC2002: How to Open a Data Access Page in the Microsoft Script Editor (291947)



The information in this article applies to:

  • Microsoft Access 2002

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

This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).

For a Microsoft Access 2000 version of this article, see 198451.

SUMMARY

Microsoft Access includes a tool called the Microsoft Script Editor that you can use to edit the script behind data access pages. There are four ways to open the Script Editor from Design view of a data access page.

MORE INFORMATION

To open the Script Editor from Design view of a data access page, use one of the following methods.

Method 1

Right-click an empty portion of the data access page, and then on the shortcut menu, click Microsoft Script Editor.

Method 2

On the Tools menu, point to Macro, and then click Microsoft Script Editor.

Method 3

Press ALT+SHIFT+F11.

Method 4

On the View menu, click HTML Source.

NOTE: If you open the Script Editor by using Method 4, you will see fewer menu options unless you already have an instance of the Script Editor open, and you opened that instance by using one of the other methods.

Enabled Features

(HTML) Document Outline window

The Script Editor also enables the following menus, submenus, and menu commands:
              Menu                         Submenu
   Menu       Item                         Item
   ---------------------------------------------------------

   Edit       Paste As HTML
   Edit       IntelliSense                 List Members
   Edit       IntelliSense                 Parameter Info
   Edit       IntelliSense                 Complete Word

   View       Synchronize Document Outline    
   View       Properties Window
   View       Other Windows                Object Browser
   View       Other Windows                Document Outline
   View       Property Pages
   View       Show Script Only

   Debug      Start
   Debug      Start Without Debugging
   Debug      Processes
   Debug      Step Into
   Debug      Step Over
   Debug      Step By
   Debug      Run To Cursor
   Debug      New Breakpoint
   Debug      Clear All Breakpoints

   Table      Insert                       Table
   Table      Insert                       Columns to the Left
   Table      Insert                       Columns to the Right
   Table      Insert                       Rows Above
   Table      Insert                       Rows Below
   Table      Insert                       Cell
   Table      Delete                       Columns
   Table      Delete                       Rows
   Table      Delete                       Cells
   Table      Merge Cells


   Tools      Customize Toolbox
				

Modification Type:MinorLast Reviewed:9/27/2006
Keywords:kbDAP kbhowto KB291947