Hey Rudy,
Thanks for the help mate, this looks to be along the right tracks, but it now looks as if its throwing an error at me.
INSERT INTO MessageLog
SELECT
Device_ID
, LogDateTime
, LogClass_ID
, Media_ID
, Campaign_ID
, 10
FROM MessageLog
WHERE Unit_ID = 4
AND...