dannewestis
Registered User.
- Local time
- Today, 18:16
- Joined
- Sep 15, 2006
- Messages
- 12
Hi,
I'm rather new to the VBA part of Access and hope that maybe someone can help me out. This is what I'm trying to achieve:
Any hints on how this could look?
Thanks!
/Daniel
I'm rather new to the VBA part of Access and hope that maybe someone can help me out. This is what I'm trying to achieve:
- Find records that meet certain criteria, through an SQL statement (I have a query, but not sure how to do it in VBA)
- For each record in the array, check if the filename exists in a specified path.
- Print a list of filenames that do not exist (and thus need to be transferred).
- If the file does not exist, possibly transfer the file from another path to the specified path. This step could be done manually, however.
Any hints on how this could look?
Thanks!
/Daniel