L
Larry Linson
I should also add that using Me.MyControlName
also has the advantage that intellisense works
when you push dot after MyControlName or
even after Me.
Yes, that is the case, and is why I normally use the "." these days. David,
however, is absolutely correct that "." is not usable between the name of a
recordset and the name of a field in that recordset.
However, I have never seen documentation of the steps you describe, and as
Microsoft is reluctant to disclose details of internals, wonder if you are
simply assuming that is what happens, if you have an inside source at
Redmond, or if the steps are, in fact, documented. In many cases, Access is
pretty good at "optimizing" its processing.
Still, my statement stands that I think you'd need a good many thousands of
repetitions to see a measurable difference in performance or response, and
it is the kind of thing that isn't done in a loop-of-thousands-of-times, but
in onesies or fewsies. Thus I think that arguing it as though it were a
significant, if not vital, issue is just plain silly.
Larry Linson
Microsoft Access MVP