A
as
Hi All,
Can we at all use the DoCmd.TransferText command in Access ADP 2003
with SQL server 2000 as backend.
I am not sure if we can actually use this.
I tried to run the same code that as there in the MDB application in my
ADP application
This is the code
DoCmd.TransferText acExportDelim, , "qryTestQuery", sPath &
"\TestLetters.txt", True, , 65001
"qryTestQuery" is a View.
But it returned me an error number 7874.
And error description as Microsoft Access can't find the object
'qryTestQuery.'
Am I doing any thing wrong here. Please guide me.
thanks
SD
Can we at all use the DoCmd.TransferText command in Access ADP 2003
with SQL server 2000 as backend.
I am not sure if we can actually use this.
I tried to run the same code that as there in the MDB application in my
ADP application
This is the code
DoCmd.TransferText acExportDelim, , "qryTestQuery", sPath &
"\TestLetters.txt", True, , 65001
"qryTestQuery" is a View.
But it returned me an error number 7874.
And error description as Microsoft Access can't find the object
'qryTestQuery.'
Am I doing any thing wrong here. Please guide me.
thanks
SD