This zip file contains an example of how you can have one form
open a second form based on the selected record in the first
form.  It uses the customer and orders sample tables that come
with the product.  To see it work, open the customer form, select
any record, and click the button on the form.  It will open a
second form which displays all orders for the current customer.

What is interesting about this example is that the second form
has as its master table a query, which is linked in a 1-1
relationship to the orders table.  When the customer form opens
the orders form, it first builds a query string, and then opens
the orders form based on the query string.

If you have any questions about how this works, please post a
question to me in section 4 of the forum.
