We are changing Document Control system software. Our current system saves the documents with a unique file number; it also strips the file properties. There is a table on the SQL server that lists the unique number, and file type (e.g. Word Doc, Excel). What I need to do is have some code grab the file, rename it based on the doc number and document title found in the table and reassign the file properties.
How difficult of code of this type, and what, in general, would it look like?
As I get more details I will add them so I can get the help I really need!
Well, at least the help with the code...
How difficult of code of this type, and what, in general, would it look like?
As I get more details I will add them so I can get the help I really need!
Well, at least the help with the code...