I have created a database that saves a link of technical data.
Now i have forms where you can add the hyperlink of the data in the database.
You can also type information about the data into the form (like location, what kind of part etcc.)
But I was asked to save the data in a specific folder that you can select.
So what I have to do is:
Browse for a file in a form
Save the hyperlink of the file in the database
Don't save the file in the database, but copy the file that's selected when browsing to specified folder
Could someone help me out?