ACC2000: Exporting to Word Merge Format After Renaming Field Causes ErrorID: Q225987
|
When you export a table from a Microsoft Access database to the Microsoft Word Merge format, you may receive the following error message:
This error message includes the following text when you are using Visual Basic for Applications code:The data being exported does not match the format described in the Schema.ini file.
When you export a table from a Microsoft Access project or a query from a Microsoft Access database to the Microsoft Word Merge format, you may receive the following error message:Run-time error '3438':
This error message includes the following text when you are using Visual Basic for Applications code:The Microsoft Jet database engine could not find the object 'filename'. Make sure the object exists and that you spell its name and the path name correctly.
Run-time error '3011':
The field names for the Microsoft Word Merge format are stored in the Schema.ini file the first time that you export the table or query. After a field name in the source table or query is modified, the previously exported fields no longer match the names of the new fields. The next time that you try to export the table or query, you receive one of the errors listed in the "Symptoms" section.
Use one of the following methods to correct this problem.
Col2=CompanyName Char Width 40to read as follows:
Col2=CName Char Width 40
Microsoft has confirmed this to be a problem in Microsoft Access 2000.
You may receive one of these errors if you export the table or query by using the Export command on the File menu, by using a macro that uses the TransferText action where the Transfer Type is Export Word for Windows Merge, or by using Visual Basic for Applications code that uses the TransferText method where the TransferType is acExportMerge.
You cannot export a view or stored procedure from an Access project to the Microsoft Word Merge format.
For more information about Microsoft Word Merge format files, click Microsoft Access Help on the
Help menu, type "export a table or query to a Microsoft Word mail merge data source file" in the Office Assistant or the Answer Wizard,
and then click Search to view the topic.
Additional query words: pra word merge schema ini fields runtime run time
Keywords : kberrmsg kbdta IntpOlea
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: July 9, 1999