The Me keyword behaves like an implicitly declared variable. It is
automatically available to every procedure in a class module. When a
class can have more than one instance, Me provides a way to refer to
the specific instance of the class where the code is executing. Using
Me is particularly useful for passing information about the currently
executing instance of a class to a procedure in another module.
"Me" refers to the object within which the code runs. You'll see this used
in code behind Forms and behind Reports as shorthand for "This Form in which
this code exists" and "This Report in which..."
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.