Lifeseeker
Registered User.
- Local time
- Today, 10:40
- Joined
- Mar 18, 2011
- Messages
- 273
Hi there,
I'm simply trying to import a csv file into Access regularly using this code
The error I'm getting is attached in the word doc. I have no idea what that weird symbol references...
Can someone help? Much appreciated
I'm simply trying to import a csv file into Access regularly using this code
Code:
Sub Command0_Click()
'import from text file
DoCmd.TransferText acImportDelim, , "test", "M:\testR.csv", "-1"
End Sub
The error I'm getting is attached in the word doc. I have no idea what that weird symbol references...
Can someone help? Much appreciated