Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

label in the report

Status
Not open for further replies.

samotek

Technical User
May 9, 2005
197
BG
Can you help me make visible the label "performance level" in my report, only when the text box called "performancelevel" shows some value.And also is it possible to shrink the space , when there is nothing in the labels and the textbox "performancelevel?
 
Change the label control to a text box with a control source of:
="Performance Level " +[performancelevel]
make sure the width of the text box only displays the label part. Set these controls to allow shrinking.

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top