S
Sue
Using WindowsXP and AccessXP in 2000 Mode
When I run the following code, I get error 3027
"Cannot Update. Database or object is read only."
StrFolder = "C:\Comic Box\WebStore Interface Database\UpLoadChangeFiles\"
StrFile = "NewStoreItem" & Format(Now(), "yymmddhhnn") & ".txt"
DoCmd.TransferText acExportDelim, "NewStoreItem Export Specification",
"QryPFrmAddNewItemToWebstore", StrFolder & StrFile, False
However, when I go to File Export and export QryPFrmAddNewItemToWebstore to
C:\Comic Box\WebStore Interface
Database\UpLoadChangeFiles\NewStoreItem030922051720.txt, I don't encounter any
problem and the text file is created in the path.
Does anyone have an idea why manually it works and transfertext does not?
Thanks for all help!!
Sue
When I run the following code, I get error 3027
"Cannot Update. Database or object is read only."
StrFolder = "C:\Comic Box\WebStore Interface Database\UpLoadChangeFiles\"
StrFile = "NewStoreItem" & Format(Now(), "yymmddhhnn") & ".txt"
DoCmd.TransferText acExportDelim, "NewStoreItem Export Specification",
"QryPFrmAddNewItemToWebstore", StrFolder & StrFile, False
However, when I go to File Export and export QryPFrmAddNewItemToWebstore to
C:\Comic Box\WebStore Interface
Database\UpLoadChangeFiles\NewStoreItem030922051720.txt, I don't encounter any
problem and the text file is created in the path.
Does anyone have an idea why manually it works and transfertext does not?
Thanks for all help!!
Sue