+ Reply to Thread
Results 1 to 4 of 4

How to make Folder with vba

  1. #1
    J.wills
    Guest

    How to make Folder with vba

    Hello everyone,

    I want to make a database in which i can create folder .I can create a new folder in that folder and also import files into it using VBA.

    I want to import everything into that file like .doc,Jpg,mpeg all formats.
    How can i do this.?

    To make new folders I use mkDir("c:\newFolder") but what I want is to replace my text newFolder with the text I write in a textbox, in a form, in the database.

    Thanks

  2. #2
    Webtekr
    Guest

    Re: How to make Folder with vba

    I would think you could do something like


    Please Login or Register  to view this content.

  3. #3
    J.wills
    Guest

    Re: How to make Folder with vba

    Thank you so much. That solved the problem but you won't get rid of my questions this fast .
    I have a new problem, now I want the folders to be created in the same directory as the database.

  4. #4
    Webtekr
    Guest

    Re: How to make Folder with vba

    Put this in a stand alone code module:

    Please Login or Register  to view this content.
    And the code would then change to:

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1