I am aware that you can set the form to topmost (Me.Topmost=True), but I want the CURRENT form to be on top. I have set the startup form as my Home form, which has buttons to 2 other forms, which have Me.Topmost=True set on each of them, but the Home form is always on top, even though I did not set it as topmost.
Any idea why the new forms I open do not come to the front?