![]() |
VB using Access
ok I need some serious help, for anyone that knows Access. I'm trying to automate a process using a macro that will import/export a file by the file name and date. EX: johndoe101907.txt. how can i do this? i'm using a macro action called transfertext and here's my code:
\\c\desktop\"johndoe" & Right("0" & Month(Date()), 2) & Right("0" & Day(Date()), 2) & Right(Year(Date()), 2) & ".txt" this gives an error of file must contain .txt at the end. so i tried to code it using vb and heres my code for it: :
Option Compare DatabaseThanks End Sub |
Re: VB using Access
Have a look at the rules, and the "How to Post a Question" thread.
|
Re: VB using Access
Quote:
Thanx |
Re: VB using Access
"Won't" is the word.
|
Re: VB using Access
I don't know how you can expect help when you didn't even ask a question. Read the rules.
|
| All times are GMT -5. The time now is 3:33 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC