In a form with subform , i have to use a Boolean that can be seen as well in the parent form as well as in the subform.
I like to declare this Boolean such a way that it can only be seen by this two forms? Must it be declared as Global or as Public and where do i have to declare it? In the declaration section of the module of the parent form doesn't seems to solve the problem. Is the only way the use of a global variable?
I like to declare this Boolean such a way that it can only be seen by this two forms? Must it be declared as Global or as Public and where do i have to declare it? In the declaration section of the module of the parent form doesn't seems to solve the problem. Is the only way the use of a global variable?