| Platform: | Visual Basic For Applications |
| Task: | Load a web page into the Microsoft Web Browser Object |
| Discussion: | You can embed a web browser into your Access applications Drag the tool onto your form and plop the url into the tool's Object.Navigate method as shown below. |
| Example: | 'the browser tool is named 'web' web.Object.Navigate "http:\\google.com" |