Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi , I have a master table named tblmainid NameTelTypeand a detail table named tblreqId ViewHowTypeconnectI need a script when the value in type field of master table is updated/change all related type fields of detail table where the master id=connect to be updated accordingly .Please helpthanks
Chris,use Before record updated event on the Events tab for this purpose.Here is a sample:
global $conn;