* Put a Command button on the form that you want to spell check, then place this code on the onclick event. The F7 key is the spell checker through access.
You can put the spell check picture on the command button, by using the format tab, then changing the picture to the spell check default pic.
Dim SpellCk As String
SpellCk = "{F7}"
SendKeys (TEST)
** Hope this helps.