megatronixs
Registered User.
- Local time
- Today, 17:03
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
Is there a way to use a field with date in it to create a folder?
the field has a data like this 15/05/2014 in it and the / will not work in folder creation. So I was wondering how to get around it.
Any idea how to use:
Greetings.
Is there a way to use a field with date in it to create a folder?
the field has a data like this 15/05/2014 in it and the / will not work in folder creation. So I was wondering how to get around it.
Any idea how to use:
Code:
MkDir "c:\Test\Access" & Me.Date_In & "/"
Greetings.