Don't Call Us...
A parameter query asks the user to fill in the
blanks. You have many, many customers in your database. You could
use a parameter query to prompt you for the customer's name, then
print out a report for that customer.
This part of the database design begins by making
copies of a report and query that you already have.
Make a copy of the report: rptOverdueVideos
Name it rptCustomerRentals.
Make a copy of the query: rptCustomerReceiptSQ
Name it rptCustomerRentalsSQ.