I used the command referenced in Thread183-921333 however I received the following error:
Server: Msg 241, Level 16, State 1, Line 1
Syntax error converting datetime from character string.
This is the command I entered.
UPDATE Table
SET [Event Date] = DateAdd(mm,DateDiff(mm,0,[Event Date]),0)