Cascading updates only work when one field is a foriegn key in another field. While this is nice, it only works on those related fields. If you are just looking to update two tables, just create two different SQL statements and run them right after each other using Conn.Execute. Trying to get them to run at the same time can be dangerous if the second SQL table is in any affected by the first (except with foriegn key relationships). Harold Blackorby
hblackorby@scoreinteractive.com
St. Louis, MO