The other way to reference fields from multiple tables in a form is to use a query that joins the tables as the recordsource for the form. So to populate an order form, join customer and order tables. That way when the user selects a customer from a combo, the customer identification fields will populate and you can copy the customer's address as the default ship-to address.