C
cableguy47905 via AccessMonster.com
I have looked at a previous thread and tried it's suggestion, but it didn't
work.
It was:
To ensure that's nothing selected in a combo box, you need to set it to
Null, not ""
To refer to a control on a subform from the parent form, you need to use:
Me!NameOfSubformControlOnParentForm.Form!NameOfControlOnSubform
Depending on how you added the subform to the parent form, the name of the
subform control may be different than the name of the form being used as a
subform.
To refer to a control on a subform from some other form, you use:
Forms!NameOfParentForm!NameOfSubformControlOnParentForm.Form!
NameOfControlOnSubform
I have tried to refer to my Subform control, but it doesn't recognize the
control name. It gives many options, but no control names can go after:
"Me!NameOfSubformControlOnParentForm.Form"
Plus, I have noticed that everyone puts an "!" after Me and other designated
command words, but I can only put a "." It does not recognize the "!"
Is it my version? I am using MS VB 6.3 editor. I am using Access 2003 SP2.
Thanks,
Lee
work.
It was:
To ensure that's nothing selected in a combo box, you need to set it to
Null, not ""
To refer to a control on a subform from the parent form, you need to use:
Me!NameOfSubformControlOnParentForm.Form!NameOfControlOnSubform
Depending on how you added the subform to the parent form, the name of the
subform control may be different than the name of the form being used as a
subform.
To refer to a control on a subform from some other form, you use:
Forms!NameOfParentForm!NameOfSubformControlOnParentForm.Form!
NameOfControlOnSubform
I have tried to refer to my Subform control, but it doesn't recognize the
control name. It gives many options, but no control names can go after:
"Me!NameOfSubformControlOnParentForm.Form"
Plus, I have noticed that everyone puts an "!" after Me and other designated
command words, but I can only put a "." It does not recognize the "!"
Is it my version? I am using MS VB 6.3 editor. I am using Access 2003 SP2.
Thanks,
Lee