G
Guest
I need to be able to check in my code whether a particular Form is currently open. How do I do it?
Sometimes I need to be able to check whther certain Sub-Forms are also currently the SourceObject in certain Master Forms. I know how to check what the SourceObject is - once I know whether the Master form is Open, but is there a way I can tell from the Forms collection whether a Sub-Form is being used - without first checking the Master Form. (My system redefines which Sub-Forms are used in the same Control by switching the SourceObject.)
Sometimes I need to be able to check whther certain Sub-Forms are also currently the SourceObject in certain Master Forms. I know how to check what the SourceObject is - once I know whether the Master form is Open, but is there a way I can tell from the Forms collection whether a Sub-Form is being used - without first checking the Master Form. (My system redefines which Sub-Forms are used in the same Control by switching the SourceObject.)