I would like to close the startup form from another form (I understand that this will stop the application, this is my goal)
I have tried:
dim frm as StartUpFormName
frm.close()
This does not work, any suggestions?
My goal is to stop the application (meaning all windows need to close). If you have any other suggestions please let me know.
Thanks
Pink
I have tried:
dim frm as StartUpFormName
frm.close()
This does not work, any suggestions?
My goal is to stop the application (meaning all windows need to close). If you have any other suggestions please let me know.
Thanks
Pink