I have an options box where the user can choose what text boxes are displayed on it.
If the form is open, you can go to the options dialog, make the selections and hit save. This then calls a sub procedure in the form to setup the text boxes to the new settings.
The problem I have is if the form isnt open and you hit save in the options dialog, the form will open when i don't want it to.
Is there a way to find if the form is currently open or should I put this code in a module instead.
Thanks for your help
Steve
If the form is open, you can go to the options dialog, make the selections and hit save. This then calls a sub procedure in the form to setup the text boxes to the new settings.
The problem I have is if the form isnt open and you hit save in the options dialog, the form will open when i don't want it to.
Is there a way to find if the form is currently open or should I put this code in a module instead.
Thanks for your help
Steve