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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a Second row of data in a report

Status
Not open for further replies.

lionhyde

Programmer
Nov 30, 2004
1
US
I need to implement a second row of data in a report, consisting of a label to identify the data and a text box to show the data being retrieved from the database. What I have done thus far : is add a label and a text box in design view. But it is not displaying the full record. The reason I need to do this is because I have a lot of columns and they are required in the report so I need a second row. But the technique I'm using is not working.
 
The text box has a property called Can Grow. Select Yes for this propertya and the text box will automatically expand to another line for accomodate the extra data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top