Creating a folder

Dharmesh

Registered User.
Local time
Today, 21:47
Joined
Dec 7, 2006
Messages
25
Hello

Just a quick question, does anyone know the code to create a new folder within access.

I have a bit of code which creates some excel files. I want to make the database generate a folder and to store the excel files there.

any help there.

Many thanks

Dharmesh
 
MkDir "c:\the_name_of_the_directory_you_wish_to_create"
 
the code should work - if that fails check the samples out
 

Users who are viewing this thread

Back
Top Bottom