Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is there an easy way within PHPRunner to delete rows from a child table when deleting a row from the parent table?Thanks,David
David,use Before record deleted event on the Events tab to check and delete records in the detail table.Here is a sample:http://www.xlinesoft.com/phprunner/docs/before_deleting_a_record_check_if_related_records_exist.htm