FacilitiesCAD
Technical User
I have the task of organizing a group of ~1700 autoCAD files. The first step I did was make an access database of all the files and where they are currently stored.
What I want to do is after I've looked at a drawing and determined where it should go is press a button and move that file from its current location to its new location (with a new file name as well)I want the database to store its new location as well.
sub move(original_path,Original_file,new_path,New_file)
anyone done something like this before?
Tim
What I want to do is after I've looked at a drawing and determined where it should go is press a button and move that file from its current location to its new location (with a new file name as well)I want the database to store its new location as well.
sub move(original_path,Original_file,new_path,New_file)
anyone done something like this before?
Tim