Spell check

T

Tom

Hi all,
I have a form with subform and I need to add spell check button.
How to begin? what to do?

TIA,

Tom

..
 
J

jahoobob via AccessMonster.com

Create a button via the button wizard - it doesn't matter what you select it
to do. Select the spell check picture when it gets to that point of the
wizard. When you finish, open the On click property f the button and replace
the action code with:
DoCmd.DoMenuItem acFormBar, 6, 0, , acMenuVer70
 
J

jahoobob via AccessMonster.com

If the subform has the focus when you select spellcheck, the subform and form
will be checked. If the main form has the focus then only the main form will
be checked.
Thanks for youe response, doing that,
will it spell check my subform too?

Thanks,
Tom
Create a button via the button wizard - it doesn't matter what you select
it
[quoted text clipped - 13 lines]
 
T

Tom

Thanks.
I tried that, and even when the focus is on the subform, the check is on the
main form only.
What could be the problem?

Thanks,
Tom
jahoobob via AccessMonster.com said:
If the subform has the focus when you select spellcheck, the subform and
form
will be checked. If the main form has the focus then only the main form
will
be checked.
Thanks for youe response, doing that,
will it spell check my subform too?

Thanks,
Tom
Create a button via the button wizard - it doesn't matter what you
select
it
[quoted text clipped - 13 lines]
 

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