A
ALESSANDRO Baraldi
Good evening.
How can i know if form is SubForm passing
only Form.Name to the external Function.
I nned it in a Form wich can be opened by many Form or SubForm
and i use OpenArgs property to pass to MyForm the Calling_Form.
When i close MyForm i need to execute Requery of the calling Form
so i need to check it to write good Syntax.
In this way i can't use Forms("FormName").Parent because is not
allowed if is subForm, and the errore retrive is not significant....!
Is wrong.....?
Have i made a mistake.....?
Thanks
How can i know if form is SubForm passing
only Form.Name to the external Function.
I nned it in a Form wich can be opened by many Form or SubForm
and i use OpenArgs property to pass to MyForm the Calling_Form.
When i close MyForm i need to execute Requery of the calling Form
so i need to check it to write good Syntax.
In this way i can't use Forms("FormName").Parent because is not
allowed if is subForm, and the errore retrive is not significant....!
Is wrong.....?
Have i made a mistake.....?
Thanks