Changing type of line in a form

T

Tirina

I am trying to change the borders of the fields in a form, and I want the
fields values only to have the border, not the labels, but it keeps changing
the labels also. How can I prevent that from happening?
 
T

Tom van Stiphout

On Sat, 19 Sep 2009 17:53:01 -0700, Tirina

De-couple the label from the control. You can do this by selecting the
label in design view, cut it to the clipboard, select the Details
section of the form, and paste. Then move it near the control.

-Tom.
Microsoft Access MVP
 
Top