Could you please assist with the following?
UPDATE dbo.[Elution_Report_Template]
SET [Elutriation_Set_SqM] = dbo.[Elution_Report].[Elutriation_Set_SqM],
[Elutriation_Pump_SqM] = dbo.[Elution_Report].[Elutriation_Pump_SqM],
FROM dbo.[Elution_Report]
WHERE dbo.Elution_Report.ID = (SELECT max(ID) from dbo.Elution_Report ID)
It come back saing that 0 rows affected. Although there is data in the Elution_Report table.
Any Ideas?
Thank you
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _