always-on-top form

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

I need to make a single Form always-on-top. Is there a way to do this in
Access 2003?

Charles
 
Charles said:
I need to make a single Form always-on-top. Is there a way to do this
in Access 2003?

Well I don't think you can make one form ALWAYS be on top. If you set the Popup
property to Yes it will stay on top unless/until you open another form with the
Popup property set to yes or with the acDialog argument. As long as you don't
do either of those then it will be on top.
 
Back
Top