There is no automatic facility for this since it violates second normal form. If the tables are related, you can always use a query as the RecordSource for a form or report and that will allow you to select columns from both tables. For example, if you want to see the Customer's name and address on an Invoice, simply join the Order table to the Customer table.