B
bomber
Hi all,
I have a routine that outputs 3 files, 2 of them work fine - they are
standard queries.
One doesn't work. It is using the following code and is a Crosstab query.
DoCmd.TransferText acExportDelim, "ExportSpec_QryRMUNITS_Crosstab",
"qryRMUNITS_Crosstab",
"\\SERVER\MAPPING\service_data.txt", -1
I get an error "The Microsoft Jet database engine could not find the object
'service_data.txt'. Make sure ..."
The crosstab query "qryRMUNITS_Crosstab" works fine when it is run.
Any ideas ?
Adam
I have a routine that outputs 3 files, 2 of them work fine - they are
standard queries.
One doesn't work. It is using the following code and is a Crosstab query.
DoCmd.TransferText acExportDelim, "ExportSpec_QryRMUNITS_Crosstab",
"qryRMUNITS_Crosstab",
"\\SERVER\MAPPING\service_data.txt", -1
I get an error "The Microsoft Jet database engine could not find the object
'service_data.txt'. Make sure ..."
The crosstab query "qryRMUNITS_Crosstab" works fine when it is run.
Any ideas ?
Adam