I have about 6 child tables that belong to one parent table. Can I use a view designer to create a view with links to all these tables together and be able to delete records that are linked to parent table? If so once I create the view do I just issue "delete from view where someprimarykey = something". Or is their a better way. I usually delete records one table at a time, but this time I have a lot tables to go through and I've heard there are issues where using view designer with a lot of tables. Any suggestions or comments.
Thanks
Nick
Thanks
Nick