Hi

Two questions:

1. does anybody know if it is possible to use the VB6 DataReport with DAO instead of ADO?

2. How can i create a DataReport on nested queries without using a DataEnvironment (maybe with ADO-Code)?

For example:
I want to print a list of houses with different numbers of rooms in each house

Like:

House1
Room1
House2
Room1
Room2
House3
House4
Room1

etc.