Keep a smaller form on top of a larger one

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a situation where clicking a button on one form shows an additional
form with information that is needed for analysis. Data needs to be input in
the larger main form, but having the window continually move behind it is
annoying. How can I keep that form open on top of the larger form? Any idea
of the code or property that will help? A subform will not work in this case
due to design restrictions. Thx
 
You can make the little one stay in front even when it loses focus if you
set its PopUp property to Yes.
 
Back
Top