Adding Label

  • Thread starter Thread starter Dwayne Conyers
  • Start date Start date
D

Dwayne Conyers

Often, controls are created with labels attached.

For reports, the labels are often put in a header.

I want to delete those and create new labels that are attached to the
controls (to support dynamic resizing of the control based on content with
the label still attached).

Can't find any documentation on how to attach a label.

Any help appreciated. Thanks!
 
In design view, cut (ctl-X) the label from the form or report, then select
the control that you want to attach it to and paste it (Ctl-V). It will now
be attached to the control that was selected - provided that the control is
in the same section of the form or report.
 
Back
Top