Displaying text boxes over a rectangle box

C

CDM

I have some textboxes grouped together on a form and I want to add a
rectangle box with a solid background behind the textboxes. Is there a way in
Access to "SendToBack" the rectangle so the textboxes aren't hidden?
 
R

Rob Parker

Believe it or not, it's "Send to Back".

In design mode, select the rectangle, then select Send to Back from the
Format menu. It's not available via the property sheet dialog box.

Rob
 
A

Arvin Meyer [MVP]

In the form's design view, select the rectangle then:

Format >>> Send To Back
 
Top