R
Robert Neville
Referencing controls on a form object has always confused me. Even
though MS Access add to the confusion since implicit and explicit
approaches exist. In addition, one has to decide where to bang or not
(no pun intend).
Please let me know the different methods involved in referencing
controls on a sub-form, which itself is on a tab control.
Form -> frmComp
TabControl -> tabctlComp
Sub-form -> sfrmCompAddr
Control -> cboAddr1
My aim here involves determining whether the control, sub-form, or
form have been change. Presently, I plan on testing on the dirty
property; and may pass old values to variables. Let me know if you
familiar with this objective.
though MS Access add to the confusion since implicit and explicit
approaches exist. In addition, one has to decide where to bang or not
(no pun intend).
Please let me know the different methods involved in referencing
controls on a sub-form, which itself is on a tab control.
Form -> frmComp
TabControl -> tabctlComp
Sub-form -> sfrmCompAddr
Control -> cboAddr1
My aim here involves determining whether the control, sub-form, or
form have been change. Presently, I plan on testing on the dirty
property; and may pass old values to variables. Let me know if you
familiar with this objective.