'Subsections' in form

firework

Registered User.
Local time
Today, 13:16
Joined
Dec 15, 2007
Messages
42
Hi,

Is there a way to create subsection in form just like we do in report. In report, I use the wizard to help me to make the grouping. So I have no idea how it is created manually. I need to display data in certain ways - Just like the subsection types in report. Could this be done in form ?

Many thanks
 
That is a subform and you add it just like a subreport.
 
Hi there,

I don't want an subform. Also in report, you don't need to create subreport to have the various sections.

For example,

I have Level1Cat, Level2Cat then after level2cat have many items.

In report, I would group at level1Cat then level2cat and also would have summary of items. They are all in one report but the data are showed in different levels such as

Level1cat data
Level2cat data
Item1 data
item2 data
item3 data
Level1cat
level2cat
Item1
item2
item3
item4

etc. Would I have the data show as above example way in form please?

Don't know what happen to my indentation on my example, when posted, the indentation were gone.
 
The only way you can do that on a form is with subforms - sorry.
 

Users who are viewing this thread

Back
Top Bottom