Need Help Please

  • Thread starter misschanda via AccessMonster.com
  • Start date
M

misschanda via AccessMonster.com

Hello,
I have a simple code for spell check

Private Sub Command542_Click()
DoCmd.RunCommand acCmdSpelling
End Sub

However in usage I am finding that this code is not checking subforms and
some memo fields.

Do you have any sug. in modifying the code to check subforms..

thks a million
la
 
Top