B
Barry
Hi
I have 3 tables in SQL Server Database
Tab1 (id, lname, fname)
Tab2 (id, addr1, add2)
Tab3 (id, city, state)
I want to insert data at the same time using a single sql statment, but ID
data of table1 should be inserted in the other 2 tables
Can someone help
TIA
Barry
I have 3 tables in SQL Server Database
Tab1 (id, lname, fname)
Tab2 (id, addr1, add2)
Tab3 (id, city, state)
I want to insert data at the same time using a single sql statment, but ID
data of table1 should be inserted in the other 2 tables
Can someone help
TIA
Barry