Cannot access to the subform elements.

A

allper

Hi Everyone,

I have a little question which is make me crazy.
As i wrote, i cannot access to the subform elements.
i have one mainform and in it there is a one subform.
Subform has a combobox which name is "comboTel"

When i wrote a code to the combobox's onLostFocus action which is at
the mainForm. I couldnt reach to the subform's combobox..
here is the little code.

Me.Child15.Form!comboTel

it doesnt work. Access cannot find the comboTel object when i was
writing the code.

All helps are welcome :)
 
Top