I have a database that contains several records related to properties. I want to somehow run a function that will create a folder on a server drive for me for each of this properties just by clicking a button on a temporary form.
The schema for the folders on the server will be like:
Master Folder Name (to be named "Properties"
>>>>>City, State (from the property record)
>>>>>>>>>>Property Name (from the Property record)
In other words as an example like this screen shot:
![Server folder example]()
How can this be done?
upload a sample db with the table.