Avatar

Level 10

Usually "this" word refers to the current object where the code is getting executed. If you are calling this function from the Subform, then you need to pass "this" to the function as argument.

If you want to consider one level up, then you need to pass this.parent and so on..

Let me know if this helps or you need more help..

Thanks

Srini