In my application I have an option to backup the data it creates a .txt file for each table. I'm using some old code that is quite lengthy and was created for access 2002. I would like to see if there is some new code. I want the user to be able to select from a standard windows dialog box, select a given folder but I would like to have the user be able to also be able to make a new folder. When the folder is either selected or a new folder is created the data from the tables will be entered into the selected folder. I'm using the standard DoCmd.TransferT ext to export the data.
Like I mentioned the code I'm using now works fine but it is very large and takes some time to work.
I've been looking at some of the code and lots of the Folder Dialog is quite small and brings up the standard dialog box but there is no option to make a folder.
Thanks for any help.
Like I mentioned the code I'm using now works fine but it is very large and takes some time to work.
I've been looking at some of the code and lots of the Folder Dialog is quite small and brings up the standard dialog box but there is no option to make a folder.
Thanks for any help.
Comment