i am creating reports in VB using the data environment. I have 25 customers in a table with l need to print invoice to. I have created a report, that should print a invoice to one customer. But what happens when l run the report is that the report prints all the customers in the database. When l just want to print a indiviual record. How can l do this. I have also created a form that displays all the records using the movenext method. So when l am a customer record, l should be able to print the invoice for that customer.