Hey,
I have two forms open and visible to the user. We'll call the form in the background:form 1,andthe form in the foreground: form 2. Form 1 initiates form 2. After form 2 is initiated,I disable form 1 - I want both forms to be visible to the user, but only form 2 to be accessible by the user.
How do I get form 1 to be re-enabled if form 2 cannot call any form 1 functions nor change any form 1 settings?