harmankardon
Registered User.
- Local time
- Today, 02:55
- Joined
- Aug 8, 2011
- Messages
- 71
Hi all,
I've been tasked with taking a table of part numbers and finding the autocad drawing for each part number in a network folder and copying it to another location.
Right now the table is a local Access (2010) table with a simple table structure of just 1 column called "Part_Num".
Each part number has an autocad drawing in a network folder. The file names are the part numbers (part numbers are unique strings).
I'd like to loop through the table (or a subset of the table using a query/recordset) and for each part number, search the network folder, find it's autocad drawing and then copy it to another folder.
I have done some reading on the basics of looping through a recordset but I'm not really sure how to accomplish the finding and copying of the file.
Can anyone point me in the right direction?
I've been tasked with taking a table of part numbers and finding the autocad drawing for each part number in a network folder and copying it to another location.
Right now the table is a local Access (2010) table with a simple table structure of just 1 column called "Part_Num".
Each part number has an autocad drawing in a network folder. The file names are the part numbers (part numbers are unique strings).
I'd like to loop through the table (or a subset of the table using a query/recordset) and for each part number, search the network folder, find it's autocad drawing and then copy it to another folder.
I have done some reading on the basics of looping through a recordset but I'm not really sure how to accomplish the finding and copying of the file.
Can anyone point me in the right direction?