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

Columns/Group Section Formatting Issue 1

Status
Not open for further replies.

rdpress

Technical User
Aug 16, 2002
24
0
1
US
I am doing a 3-column report that has a group section for day of week. I’m essentially doing a menu for a three meals for an entire week, each menu item prints in the detail section, however the number of items per meal vary, so the day section /with columns varies, making it difficult to read:

Breakfast Lunch
Monday Monday
item item
item Tuesday
Tuesday item
item Wednesday
item
Wednesday
I would like this:

Breakfast Lunch
Monday Monday
item item
item
Tuesday Tuesday
item item
item
Wednesday Wednesday


Any ideas on how to accomplish this?
 
Without knowing your tables, my first inclination is the following...

Use 1 column.

Have a subreport for each meal.

Link Master and child fields on the day of the week.

Make the meal subreport controls the same height and aligned vertically.

Set the Can Grow and Can Shrink properties to yes for each sub report as well as the section you put them in.

That should allow the individual meals to expand the section and keep them all in line.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top