Hey all,
I've seen this kind of question posted before but I've not come across any solutions that work.
Here's the deal:
I have a form (Main) that should open another form in its Onload event. This works. The problem, however, is that the form which is opened displays behind the 'Main' form.
I need the second form to display on top of 'Main'. However, as this second form opens other forms while staying open, it can't be a 'pop-up'. Currently it's set as Modal.
I've tried setting the 'Main' for as Visible = False (which did nothing) and I've also tried setting focus to the second form as well as setting focus to a control on the second form. Nothing's working.
Any suggestions?
I've seen this kind of question posted before but I've not come across any solutions that work.
Here's the deal:
I have a form (Main) that should open another form in its Onload event. This works. The problem, however, is that the form which is opened displays behind the 'Main' form.
I need the second form to display on top of 'Main'. However, as this second form opens other forms while staying open, it can't be a 'pop-up'. Currently it's set as Modal.
I've tried setting the 'Main' for as Visible = False (which did nothing) and I've also tried setting focus to the second form as well as setting focus to a control on the second form. Nothing's working.
Any suggestions?