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

Data Report Query

Status
Not open for further replies.

praveensg

Programmer
May 15, 2002
26
GB
Well this is my problem....

First of all I am not able to increase the height of the detail section to more than 4.5 inches...

To be done:
I want to display a set of values(itz a matrix)...40X12
i want to add 12 text boxes in the detail section...This represents each row....then using a loop 1 to 40...i want to change the values of these text boxes...well i can also use labels...but they are static...i want to append to the data for every iteration of the loop...just like when the text box is bound to a datafield....all the records are displayed one after the other inspite of the fact that we have just 12 textboxes
 
I would suggest that you first create a table of how you want your detail section to look. Then set your report to that table and just have one row of detail lines. This solves your first prob too.

I am a little confused, does each row have 40 columns or does each row have 12 columns?

Anyway, I would create a report based off a table that you create.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top