Click to See Complete Forum and Search --> : HOw to add, update, edit, delete record in 2 tables?


tekboy
01-18-2006, 05:16 PM
HOw to add, update, edit, delete record in 2 tables? can anyone give some simple sample tutorial

chazzy
01-18-2006, 06:05 PM
Umm, you typically can't. In some cases you can write updateable views that you can insert update and delete on. But if you want to do this to two tables at the same time, why not just make them one table?