Hi
I have two tables OOS and OOS_EXT. I jsut want to enter the data in the OOS table and fill the OOS_EXT table from the OOS table realted columns. After that I want to yse casecade update so that if i make any changes in the OOS table it should reflect in the OOS_EXT table. IF i make changes in The last field of table OOS_EXT which is Reviewed By field it should be updated for that field in OOS table. IS there anyway I can do that? Please let me know
thanks.
OOS OOS_EXT
-----------------------------------------
OOS_ID (Autonumber) OOS_ID
Product (Text) TA/PA (Text)
Sample Number (Text) Date of completion (Text)
TA/PA (Text) Response person. (Text)
Date of completion (Text) Reviewed By (Text)
Response Person (Text)
Reviewed By (Text)