If your using Access only then you dont need any of the code other then using Access' built in spell checking.
VB Code:
  1. Private Sub SpellMe()
  2.     Application.DoCmd.RunCommand acCmdSpelling
  3. End Sub