Access 2007 Spell Check

J

JamesJ

I'm using the RunCommand|Spelling in a macro and invoke it from a shortcut
menu on a form.
How do I keep the speller from wanting to move to the next record?
I have the form's Cycle property to Current Record.

Thanks,
James
 
D

Dirk Goldgar

I'm using the RunCommand|Spelling in a macro and invoke it from a shortcut
menu on a form.
How do I keep the speller from wanting to move to the next record?
I have the form's Cycle property to Current Record.

So you just want to check the current record? Have your macro first select
the record, then check the spelling:

RunCommand SelectRecord
RunCommand Spelling
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top