Sub Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a report Client in this report I have a sub report Items where Client
and Items are linked bu Client ID

How can I do the following:

When I open the report I have the Items displayed in this way:

Fruit
Bread
Lemon
Tomato

What I want is to display the data in this way
Fruit ; Bread ; Lemon ; Tomato

The sub report Items contains only a combo box linked to the Item_id

Any idea please

Thanks
 
The easiest method is to make the subreport multiple columns. Make sure the
layout is set to Across then Down.
 
Back
Top