Hello everyone
I'm not very good at MS access so I am getting some trouble with a project I'm working on.
The thing I'm going to do is to make a database that can make folders where to be able to put new folders and also import files. All folders shall be editable and you may put new files(pictures, documents etc) and also delete old files.
You shall also be able to search for some specific file and from the database also open the file.
Everything shall be made through forms in the access database.
My question is very open and I'm receptionto all suggestions about how I may 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.
I would appreciate if the answers is explained in an easy way since I am a newbeginner.
Thank you so much for your time
I'm not very good at MS access so I am getting some trouble with a project I'm working on.
The thing I'm going to do is to make a database that can make folders where to be able to put new folders and also import files. All folders shall be editable and you may put new files(pictures, documents etc) and also delete old files.
You shall also be able to search for some specific file and from the database also open the file.
Everything shall be made through forms in the access database.
My question is very open and I'm receptionto all suggestions about how I may 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.
I would appreciate if the answers is explained in an easy way since I am a newbeginner.
Thank you so much for your time