K
Kenny G
Access 2007 (Access Project) & SQL 2005
Below is a simple export of a query I need to use to export Current Data.
Private Sub cmdExportData_Click()
DoCmd.TransferText acExportDelim, , "vwStdCMPullMinusPRC (dbo)",
"C:\temp\CurrentData.txt", True
End Sub
I get the following message as a result: Run Time Error 7874 Microsoft
Office Access can't find the object 'vwStdCMPullMinusPRC (dbo)'
Will someone please tell me what I am doing wrong.
Thanks,
Below is a simple export of a query I need to use to export Current Data.
Private Sub cmdExportData_Click()
DoCmd.TransferText acExportDelim, , "vwStdCMPullMinusPRC (dbo)",
"C:\temp\CurrentData.txt", True
End Sub
I get the following message as a result: Run Time Error 7874 Microsoft
Office Access can't find the object 'vwStdCMPullMinusPRC (dbo)'
Will someone please tell me what I am doing wrong.
Thanks,