according to my texts this should work...update dbo.occurrence.historicalset historical=1where(SELECT dbo.occurrence_data.Start_Date, dbo.occurrence_data.Occurrence_IDFROM dbo.occurrence_data INNER JOIN dbo.OCCURRENCE ON dbo.occurrence_data.Occurrence_ID = dbo.OCCURRENCE.Occurrence_IDWHERE (dbo.occurrence_data.Start_Date < DATEADD(d, - 366, GETDATE())))
but doesn't....AARRRGHWhen i'm right, no one remembers, when i'm wrong no one forgets.