121) 11/24/2008 236825 PRB: #deleted Seen When SQL Server 7.0 Tables Containing Numeric and Text fields Are Opened
(236825) - If Microsoft Access 97 or Microsoft Access 2000 is used to link SQL Server 6.5 or 7.0 tables, which have numeric and text field columns, #deleted is seen in alternate rows if the SQL Server database is created using non default code pages and Sort... 122) 11/22/2008 154569 ACC: How to Use Automation to Print a Microsoft Word Document
(154569) - This article shows you how to use Automation to print a Microsoft Word document that you are working with in a Microsoft Access function or in a Microsoft Access form's object frame. This article assumes that you are familiar with Visual Basic for... 123) 11/30/2008 257767 PRB: Cannot Open Pubs Table Image Data Through Microsoft Access Link
(257767) - If you use Microsoft Access and you link to the SQL Server Pubs_info table, by using the logo field, which is Image data, you cannot open the Image. This error occurs: A problem occurred while Microsoft Access was communicating with the ole server.... 124) 11/30/2008 172967 VBA: Reset Method of CommandBars Rebuilds Menu Bar Only
(172967) - When you reset a menu on a built-in menu bar using Microsoft Visual Basic for Applications code, none of the menu items are available. 125) 11/24/2008 170988 ACC: How to Create a Word 97 Merge Document Using Automation
(170988) - This article shows you how to use Automation to create a Microsoft Word 97 mail merge document to insert merge fields, and then to run the merge. This article assumes that you are familiar with Visual Basic for Applications and with creating Microsoft... 126) 11/29/2008 159328 ACC: How to Use Automation to Run Word 97 Mail Merge from Access
(159328) - Advanced: Requires expert coding, interoperability, and multiuser skills. This article shows you how to use Automation to run a Microsoft Word 97 for Windows mail merge in Microsoft Access version 7.0 or 97. For information about how to run a Word 7.0... 127) 11/30/2008 160295 ACC: How to Use Automation to Find Bookmark in Word 97 Document
(160295) - This article shows you how to use Automation in Microsoft Access to open a Microsoft Word 97 document and to move to a specific location in the document. For information about how to move to a specific location in a Microsoft Word version 6.0 or 7.0... 128) 11/21/2008 186119 OFF97: How to Programmatically Hide and Unhide the Windows Taskbar
(186119) - By using API calls in Visual Basic for Applications, you can programmatically hide the Microsoft Windows 95 or later, or Microsoft Windows NT 4.0 taskbar. This article shows you how to create the two functions that you need to hide and unhide the... 129) 11/28/2008 142938 HOWTO: Create a Parameter Query via Data Access Objects
(142938) - This article explains how to create and use a parameter query using Data Access Objects (DAO). A parameter query is a type of QueryDef specific to the Microsoft Jet database engine used by Visual Basic, Microsoft Access, and other products. Parameter... 130) 12/1/2008 168836 HOWTO: Search for the Last Occurrence of a Substring
(168836) - The InStr() function provides a method to search for the first occurrence of one string (substring) inside another string. However, there is no intrinsic method to search for the last occurrence of a substring. This article provides a sample function... 131) 11/25/2008 170550 INFO: Format Function and International Settings
(170550) - The Format function does not always return the expected number format with certain international settings. This article explains this behavior and describes how the Format function interprets its parameters. 132) 11/30/2008 168798 HOWTO: Parse City, State, and Zip Code into Separate Values
(168798) - This article provides a procedure for parsing a single variable containing US City, State, and Zip Code information into three separate variables. The routine supports: Either 5- or 9-digit zip code. Multi-word state names (if preceded by a comma).... 133) 11/27/2008 168799 HOWTO: Parse a Person's Name into Multiple Variables
(168799) - This article provides a procedure for parsing a single variable containing a person's name into up to 6 parts: Title (Mr., Ms., etc.) First Name Middle Initial(s) Last Name Pedigree (Jr., Sr., III, etc.) Degree(s) (B.S., PhD, etc.) 134) 11/22/2008 195226 BUG: DAO dbFailOnError causes RecordsAffected to return 0
(195226) - When you run an action query by using Data Access Objects (DAO) and the Microsoft Jet database engine against an ODBC table, if you specify the dbFailOnError argument, the RecordsAffected property always returns 0, regardless of the number of records... 135) 10/29/2008 170721 OFF97: How to Create and Use a Global Array in VBA Procedures
(170721) - In Microsoft Visual Basic for Applications, you can create a dimensioned array, such as A(6,6), that is available to all procedures in all modules. This article includes sample Visual Basic for Applications routines that demonstrate how this can be...
1
.... 5
6
7
8
[ 9 ]
10
11
12
13
.... .... 112
113
Previous Page
Page 9 of 113
Next Page
|