View Single Post
  #2  
Old April 15th, 2008, 06:18 PM posted to microsoft.public.access.forms
Golfinray
external usenet poster
 
Posts: 1,597
Default How do I "Bring to Front" in VBA?

You would probably need to use code on the onclick event of the form to set
me.visible=true or me.visible=false as needed.

"M Skabialka" wrote:

I have a form which is divided into sections where each background is a box.
This makes it easier to manage the info for the user. However there are
some functions I have placed on one of the boxed areas that I don't want all
users to see. I am looking for a setting that will cause this box to use
the "Bring to Font" property, rather than make all of the controls on it not
visible. When I look at the proprties in Intellisense, Bring To Front and
Send to Back are not there. How do I do this?
Mich