John said:
Hi
How can I bring an already open form to the top of all other forms?
Depending on the properties of the other displayed forms, you can "bring it
to the top" (this assumes that it is open) by setting the focus to an object
on that form, e.g.,
Forms!frmTheFormOfInterest!txtATextBoxOnTheForm.Set Focus
That will not necessarily work if some of the open Forms are Popup or Modal,
and the form in question is just a normal form.
Larry Linson
Microsoft Office Access MVP