M
mattc66 via AccessMonster.com
I have been using the below code for years. Now all of the sudden I am
getting an error message when I try and execute.
Run-Time error '3011':
The Microsoft Jet database engine could not find the object 'STOCKU.ASC'.
Make sure the object exists and that you spell its name and the path name
correctly.
The STOCKU.ASC is the file that is created, so I understand it wouldn't find
it until it is created. Not sure why this is not working and it was working
fine until now. Anyone have an idea what it could be?
Private Sub CreateInmassFile_Click()
DoCmd.TransferText acExportDelim, "StockupExp", "qryStockupASC", "w:\
STOCKU.ASC", no
End Sub
getting an error message when I try and execute.
Run-Time error '3011':
The Microsoft Jet database engine could not find the object 'STOCKU.ASC'.
Make sure the object exists and that you spell its name and the path name
correctly.
The STOCKU.ASC is the file that is created, so I understand it wouldn't find
it until it is created. Not sure why this is not working and it was working
fine until now. Anyone have an idea what it could be?
Private Sub CreateInmassFile_Click()
DoCmd.TransferText acExportDelim, "StockupExp", "qryStockupASC", "w:\
STOCKU.ASC", no
End Sub