Quote:
|
Originally Posted by J#xx
is it possible and how would I share data between two existing tables. ie: Customers Table and Orders Table..
|
it
is possible, with a trigger, but it is a very bad idea
instead, why not use a
foreign key to relate the order to the customer, and use a
join query when you want to show this "shared" data
