K
kristy
In Access 97, I am trying to get multiple values across. (If version
matters, I will be upgrading to Access 2002 in July04.)
Parent Child1 Child1DT Child1ID Child2 Child2DT Child2ID... out to 12
AAA CDE 1/1/04 1111 XYZ 5/1/04 4444
ABC FGH 2/1/04 2222
AZZ IJK 1/1/05 3333 LMN 6/1/04 5555
Currently using 4 children but now there can be 12. My query left
joins out to 4 children queries and works fine. When I upped it to 12
left joined queries, I get error "cannot open any more databases".
Even if I wasn't getting an error, this method is not dynamic, even
though there shouldn't be more than 12. (But that's what was said
when it was 4!)
Excel pivot tables can do this but when text is aggregated (min or
max), it displays a zero. Whereas in Access, when text is aggregated
(min or max), it displays the text.
Should I use code? I saw a "multiple-fact crosstab report" in
Solutions.mdb but the multi values are rows not columns. Any
suggestions would be appreciated!!
TIA,
Kristy
matters, I will be upgrading to Access 2002 in July04.)
Parent Child1 Child1DT Child1ID Child2 Child2DT Child2ID... out to 12
AAA CDE 1/1/04 1111 XYZ 5/1/04 4444
ABC FGH 2/1/04 2222
AZZ IJK 1/1/05 3333 LMN 6/1/04 5555
Currently using 4 children but now there can be 12. My query left
joins out to 4 children queries and works fine. When I upped it to 12
left joined queries, I get error "cannot open any more databases".
Even if I wasn't getting an error, this method is not dynamic, even
though there shouldn't be more than 12. (But that's what was said
when it was 4!)
Excel pivot tables can do this but when text is aggregated (min or
max), it displays a zero. Whereas in Access, when text is aggregated
(min or max), it displays the text.
Should I use code? I saw a "multiple-fact crosstab report" in
Solutions.mdb but the multi values are rows not columns. Any
suggestions would be appreciated!!
TIA,
Kristy