P
Paul Shapiro
So you're saying the users can attach any file, from any folder? If so, it
would seem to be up to the user to keep them in the same place.
For bulk moves, like you described for changing the OS, you could give them
a command button to let them choose a new location for an existing file.
Once they've selected the new location, you could ask if they want you to
update the saved location for all files in the original folder. As part of
making that update, I would probably verify that the referenced files exist.
You could also give them a command button to verify all files, and prompt
for new locations and/or reference deletion for any missing files, etc.
Or, if this is really a one-time change, you could write a query to make the
appropriate update to all file references. While this is a pain, I'd guess
it will be some time before the \Users folder gets renamed again.
would seem to be up to the user to keep them in the same place.
For bulk moves, like you described for changing the OS, you could give them
a command button to let them choose a new location for an existing file.
Once they've selected the new location, you could ask if they want you to
update the saved location for all files in the original folder. As part of
making that update, I would probably verify that the referenced files exist.
You could also give them a command button to verify all files, and prompt
for new locations and/or reference deletion for any missing files, etc.
Or, if this is really a one-time change, you could write a query to make the
appropriate update to all file references. While this is a pain, I'd guess
it will be some time before the \Users folder gets renamed again.