Results 1 to 2 of 2
  1. #1
    Eranka is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Dec 2017
    Posts
    150

    Creating A New Folder

    Hi



    Code:
    Dim Newfol As String
    
    Newfol = MkDir "E:\Time Sheets\"
    i used above code to create a new folder, but it gives me an error. Is the above code correct?

  2. #2
    AccessToGo is offline Novice
    Windows 10 Access 2007
    Join Date
    May 2018
    Location
    UK
    Posts
    15
    Hi,
    No, MkDir doesn't return anything so just
    MkDir "E:\Time Sheets"

    Regards
    Chris

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 08-07-2015, 07:21 AM
  2. Replies: 1
    Last Post: 08-05-2015, 12:04 PM
  3. Replies: 4
    Last Post: 06-27-2013, 12:29 PM
  4. creating folder from Ms access in outlook
    By capitala in forum Programming
    Replies: 5
    Last Post: 03-08-2013, 10:05 PM
  5. Creating Viewport into a folder
    By dragondata in forum Access
    Replies: 2
    Last Post: 03-26-2010, 07:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums