I have set up 2 related modules
job header & job detail
At the moment if I delete a header record it does the following
UPDATE zz_jobd_cstm SET zz_jobh_id_c=NULL, date_modified='2008-04-09 11:04:25' WHERE zz_jobh_id_c= '3187'
Which is to unlink the detail record from the header record
What I want it to do is to also delete any detail record
Is this possible?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks