How do you transfer data from a form that accesses 2 different recordsets to a printed report using vb6 datareport.

ie rsCustomer and rsBookings
1 ------> many

rsBookings is a child of rsCustomer linked by Reference Number.

I have tried doing it via the dataenvironment, but it only gives me access to one record set, ie rsCustomer when I need access to both recordsets.

Any help would be appreciated.

Computerman.