|
The Me OperatorProvided by: Steve Clark, Senior Project ManagerThe Me operator should be used to refer
to controls on the form or report in which code is running. In doing so,
using "." rather than "!" after Me helps catch compile time errors.
Otherwise, the errors are only discovered when the application is executed.
For example: |