|
-
April 26th, 2001, 02:56 PM
#1
VBA *.csv Import
I need to be able import fixed files without field names.
the code is:
appAccess.DoCmd.TransferText acImportFixed, , "Brian", strFileName, 0
Now the problem is, vb is giving me a runtime error of "2511", "The Action or Method requires a specification Name Argument.
I see that the specification name goes between:
acImportFixed, , "Brian", but I do not know what it needs.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|