D
Dick Babillis
Access 2003 SP2 running on Windows Server 2003 SP2
Call to TableExport routine to export Access table as text file
Relevant lines of code are:
Public Sub TableExport(sTable As String)
sTxt = "C:\PeopleA\Export\tblLabels.txt"
DoCmd.TransferText acExportDelim, , sTable, sTxt, True
On SOME machines at this location I get the error message:
Run-time error '3011': The Microsoft Jet database engine could not find the
object 'tblLabels#txt' ... Note . changed to #
On other machines, call works without issue
Seems like situation arose only within last 4-6 weeks
Any insight would be appreciated. Thank you.
Call to TableExport routine to export Access table as text file
Relevant lines of code are:
Public Sub TableExport(sTable As String)
sTxt = "C:\PeopleA\Export\tblLabels.txt"
DoCmd.TransferText acExportDelim, , sTable, sTxt, True
On SOME machines at this location I get the error message:
Run-time error '3011': The Microsoft Jet database engine could not find the
object 'tblLabels#txt' ... Note . changed to #
On other machines, call works without issue
Seems like situation arose only within last 4-6 weeks
Any insight would be appreciated. Thank you.