I have a series of tables: Customer,OrderHeader, OrderDetails, MeasurementHeader,MeasurementDetails,InvoiceHeader, InvoiceDetails. is there any way (apart from update query) by which data entered into say the customer table will update the same fields in the other tables (eg customer no), without the need to manually type it in each table.