It's true that you can refer to a control on the form (from the form module) using the Me keyword.
But it's not necessary. There is absolutely no difference in the behaviour.
The same happens with methods:
Me.Requery has the same effect as Requery.
not to mention properties:
Me.Caption returns or sets the same thing as plain Caption
I only use Me when I am too lazy to type the next word (as typing the dot after Me expands the list
And when I want to refer to a control by a string variable like:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.