I think it would be more accurate to say that it refers to the object whose code it appears in. In other words, if the code behind a form contains Me, it refers to that form. I make the distinction because the active object could change, like if you opened a report from that form. Even though the report might have become the active object, Me in that form's code would still refer to the form.