Is there a way to detect if someone pressed cancel on form?
I have a procedure that call two form after each other. The first if the use click ok updates some registry entries. The second on then show the display with the new enties. If The user presses cancel I do not want the second for to show.
Right now I am just doing
frmSetUp.Show vbModal
frmDisplay.Show vbModal