Hello all! I am working with VBA from access to manipulate Word documents. So far, so good. However, I am running into some errors when VBA tries to open a word document that is already open. That makes total sense, of course. I want to trap this error, and report back to the user "This file is open on [the persons name]'s machine. Make sure it is closed before you can continue."
In a multi user environment, how do I capture who has the file open, and report that name back to the user? Is this an easy line or two of code, or does it get really complicated (keep in mind, I know virtually nothing about networking).
Thanks
In a multi user environment, how do I capture who has the file open, and report that name back to the user? Is this an easy line or two of code, or does it get really complicated (keep in mind, I know virtually nothing about networking).
Thanks