Update A
Set A.WPS_CHECKINTIME=B.MOP_CHECKOUTTIME 
From tblwippcs A,TBLWIPMFGORDEROP B
Where A.wps_order>1 and B.wps_checkintime is null
and A.WPS_LOTUM=B.MOP_LOTNUM
and B.MOP_ORDER=A.WPS_ORDER-1