Did you read the article I mentioned? The Orders procedure in Northwind
are similar to the 'Query' approach mentioned in the article. You can see
that the Orders form has as its Record Source the [Orders Qry] query. In
Northwind, there is the added functionality as well of the shipping
address (Orders table) being populated by default as the customer's
address (Customers table), via the cide that you can see on the After
Update event of the CustomerID combobox.
--
Steve Schapel, Microsoft Access MVP
In the northwind example, I was looking @ the orders. When they found the
company that placed the order, pertinent facts about that company were
also displayed. ie the address, city ... .