Hello .
I have used this line of code to open a new form :
Dim frmdataform3 As New DataForm3()
frmdataform3.Show()
This works fine but i find if user re-clicks on the button another copy of the form opens , it allows several copies of the same form to be open ...
How can i get it so that only 1 copy is to be open at any one time ?
sort of like :
if form open = true then dont open

Thanks for help
Regards
Carl
I have used this line of code to open a new form :
Dim frmdataform3 As New DataForm3()
frmdataform3.Show()
This works fine but i find if user re-clicks on the button another copy of the form opens , it allows several copies of the same form to be open ...
How can i get it so that only 1 copy is to be open at any one time ?
sort of like :
if form open = true then dont open

Thanks for help
Regards
Carl