Can someone please help me with an access trigger?
I am creating a database project running MSDE.
(Eventually SQL Server 7.0)
I have two tables (Orders and Customers)
Orders consist of:
WorkOrderNumber varchar (50)
Customer varchar (50)
CustomerOrderNumber varchar (50)
Customers consist of:
Customer varchar (50)
When the customer name in the customers table is edited/updated I need the customer name in the orders tables to reflect the changes.
Can someone give me an example of how to accomplish it.
Thanks you.......so much
I am creating a database project running MSDE.
(Eventually SQL Server 7.0)
I have two tables (Orders and Customers)
Orders consist of:
WorkOrderNumber varchar (50)
Customer varchar (50)
CustomerOrderNumber varchar (50)
Customers consist of:
Customer varchar (50)
When the customer name in the customers table is edited/updated I need the customer name in the orders tables to reflect the changes.
Can someone give me an example of how to accomplish it.
Thanks you.......so much