Re: Is It Possible to Have Details Among Two Report Groupings?
- From: "scottpw via AccessMonster.com" <u29914@uwe>
- Date: Sun, 21 Jan 2007 03:18:20 GMT
Thank you for the insight.
Scotty
vadimkra wrote:
I got issue with groupings. I have the following table that represents
the manufacturing assemblies:
part name sub1 sub2 sub3 sub4
a partA D
b partB C D
c partC D
d partD
The meaning: D is a main assembly, C is a subassembly that goes into D,
B goes into C which goes into D.
All subs are also listed as parts.
I manage to create query of the form:
part, name, sub1, name1, sub2, name2, sub3, name3, sub4, name4
I make a report that groups the parts by subs in form:
sub4 sub3 sub2 sub1 part name
D
A partA
C partC
C
B partB
What I want is to add name to a group, that is have the output in form
of:
sub4 name4 sub3 name3 sub2 sub1 part name
D
partD
D partD
-----------------------------------------------------------------------------------------------------
A
partA
C
partC
---------------------------------------------------------------------------------------------------
C partC
B
partB
Since Access doesn't allow to create multiple grouping I can figure out
how to do this.
Thanks
Vadim K
You should be able to do this with a main report based on position and two[quoted text clipped - 48 lines]
subreports for funding source and employees. To get totals in the main
Thanks
Scotty
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-reports/200701/1
.
- References:
- Is It Possible to Have Details Among Two Report Groupings?
- From: scottpw via AccessMonster.com
- Re: Is It Possible to Have Details Among Two Report Groupings?
- From: vadimkra
- Is It Possible to Have Details Among Two Report Groupings?
- Prev by Date: Re: Is It Possible to Have Details Among Two Report Groupings?
- Next by Date: Re: Multi-select listbox for report
- Previous by thread: Re: Is It Possible to Have Details Among Two Report Groupings?
- Next by thread: Re: Is It Possible to Have Details Among Two Report Groupings?
- Index(es):