Me![controlname] refers to control named "controlname" on the modules form. another way to refer to a controls value on a form is me.controlname or form_formname.controlname where formname is the name of the form, and control name is the name of the control.
Me. references the current object. i.e. you can get a form to refresh it self as a consequence of an event on the form e.g. when an object (textbox) is updated.
Hope this is of use,
Regards...
Thom
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.