I have Main Qry with overall Customers data that is linked to a sub qry with detail information about the same Customer. The main qry is set up to be able to scroll through all my customers using the VCR buttons, but when I scroll through the Customers in the main qry nothing changes in my Sub qry. I have the two qry's linked by Customer # and in my filter I have <Customer number> = Main qry <customer Number>. The sub qry only brings back the data for the 1st customer in the main qry. How can I get the sub qry scroll with my main qry??