Microsoft Access 2010 Bible
Chapter 22: Integrating Access with Other Applications 793 Referencing an object library means that you can use early binding to ...
Part III: More-Advanced Access Techniques 794 FIGURE 22.2 IntelliSense provides insight into referenced object libraries. Class ...
Chapter 22: Integrating Access with Other Applications 795 Dim WordObj As Object Set WordObj = CreateObject(“Word.Application”) ...
Part III: More-Advanced Access Techniques 796 Creating a new instance with CreateObject In addition to creating an instance of a ...
Chapter 22: Integrating Access with Other Applications 797 request for the “Outlook.Application” object to Windows, and Windows ...
Part III: More-Advanced Access Techniques 798 Note Have you noticed that GetObject is an example of late binding? Access doesn’t ...
Chapter 22: Integrating Access with Other Applications 799 For example, to work with an existing instance of Microsoft Word, but ...
Part III: More-Advanced Access Techniques 800 Closing an instance of an Automation object Most Automation object variables are c ...
Chapter 22: Integrating Access with Other Applications 801 l (^) Activating the instance of Word l Moving the cursor in Word l ( ...
Part III: More-Advanced Access Techniques 802 The bookmarks in Figure 22.6 are shown as grayed “I” icons on the Word document’s ...
Chapter 22: Integrating Access with Other Applications 803 FIGURE 22.7 After a successful merge, all bookmarks have been replace ...
Part III: More-Advanced Access Techniques 804 ‘An error is thrown if Word is not running, ‘so use CreateObject to start up Word: ...
Chapter 22: Integrating Access with Other Applications 805 .MoveUp wdLine, 6 End With ‘Set the Word object to Nothing to free re ...
Part III: More-Advanced Access Techniques 806 Creating a new document based on an existing template After Word is running, a bla ...
Chapter 22: Integrating Access with Other Applications 807 Tip Depending on the processing that’s occurring at the time, Access ...
Part III: More-Advanced Access Techniques 808 Using Office’s macro recorder Using Automation is not a difficult process when you ...
Chapter 22: Integrating Access with Other Applications 809 Tip If you don’t see the Developer tab in Microsoft Word, open Word O ...
Part III: More-Advanced Access Techniques 810 After you finish recording a macro, you can view the VBA code created by the macro ...
Chapter 22: Integrating Access with Other Applications 811 Collecting Data with Microsoft Outlook Access 2010 includes a new fea ...
Part III: More-Advanced Access Techniques 812 Here are the steps for creating an e-mail: Click the Customers table. Click the C ...
«
38
39
40
41
42
43
44
45
46
47
»
Free download pdf