Wolfgang,
Thanks for your kind response. I changed DFC() and got past the error but I got a message from WORD:
Error in mailmergeword8(69): OLE IDispatch exception code 0 from Microsoft Word: Word was unable to open the data source.
I am wondering if the message prior (Unable to find FoxPro File ODBCDriver) is the cause?
I have tried putting the ODBC drivers I could find in the Windows and Windows32 folders but it didn't help.
Do you know the proper name of the driver and where it should be located?
I found this code in mailmergeword8 and it seems to be wanting the driver. Why would it be needing the ODBC driver
and connection string when the data source is a local view?
*- attach data file
oDoc.MailMerge.OpenDataSource(THIS.cDataSrc,0,0,0,0,0,"","",0,"","",m.cODBCSource,;
THIS.csqlstmt, THIS.csqlstmt2)