G
gmazza via AccessMonster.com
Hey there,
Here is my code:
DoCmd.TransferText acImportDelim, "450Specs", "400Export", "F:\IT\db\Sales\
Archive\400a.csv", , , False
I want to export any file that starts with 400, not just 400a. There will
only be 1 file in there, but it may be named 400a, or 400b, etc.
How can I code to export anything that starts with 400...
Thanks!!
Here is my code:
DoCmd.TransferText acImportDelim, "450Specs", "400Export", "F:\IT\db\Sales\
Archive\400a.csv", , , False
I want to export any file that starts with 400, not just 400a. There will
only be 1 file in there, but it may be named 400a, or 400b, etc.
How can I code to export anything that starts with 400...
Thanks!!