Administrator: Receipts Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

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.

Home ->View ->Report Design