Always On Top

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

Guest

When i use a command button to link to another form or table the new window
is always behind the origional form. Is there a way so that when i use the
command button it will open the item in a new window ONTOP of the origional
form?

Thanks,
 
The new form should open in front of the old one, unless:

a) The old form is Popup or Modal.
b) It is already open behind the others.
c) You are opening another form in the Open event of the first (i.e. before
it is displayed.)
 
Back
Top