I am trying to copy a lot WORD docs from a directory and paste them to another new directory.
The are about 60,000 existing word docs.
I have an Access 2003 query with 28,545 records that are amoung the 60,000. This query has a Hyperlink column. For example.
W:\POLICY_DOCS\9168_FPE101_General_Change_Exclusion 30_20050502.doc
Is it possible with VBA, to step through this query and some how find the word doc, copy that word doc and save it to some other directory, and then loop to the next in the query?
Thanks for any help.
The are about 60,000 existing word docs.
I have an Access 2003 query with 28,545 records that are amoung the 60,000. This query has a Hyperlink column. For example.
W:\POLICY_DOCS\9168_FPE101_General_Change_Exclusion 30_20050502.doc
Is it possible with VBA, to step through this query and some how find the word doc, copy that word doc and save it to some other directory, and then loop to the next in the query?
Thanks for any help.