Actually this did the trick. In the past (Access97) I had to have the textbox bound and save the record but someone gave me this and it works in XP.
DoCmd.SetWarnings False
CASENOTE.SetFocus
CASENOTE.SelStart = 0
CASENOTE.SelLength = Len(CASENOTE.Text)
DoCmd.RunCommand acCmdSpelling
CASENOTE.SetFocus
CASENOTE.SelStart = 0
CASENOTE.SelLength = Len(CASENOTE.Text)
DoCmd.RunCommand acCmdSpelling
DoCmd.SetWarnings True
Lonnie Johnson <[EMAIL PROTECTED]> wrote:
Lonnie Johnson <[EMAIL PROTECTED]> wrote:
I think the answer is no, but there is always a guru with a hack.
I have a form that is unbound. I have a large memo field and I would
like to
spellcheck that memo field before appending it to the actual recordset
that
it will go to.
Can it be done?
May God bless you beyond your imagination!
Lonnie Johnson
ProDev, Professional Development of MS Access Databases
Visit me at ==> http://www.prodev.us
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
Please zip all files prior to uploading to Files section.
---- LSpots keywords ?>---- HM ADS ?>
May God bless you beyond your imagination!
Lonnie Johnson
ProDev, Professional Development of MS Access Databases
Visit me at ==> http://www.prodev.us
Do you Yahoo!?
Make Yahoo! your home page
Please zip all files prior to uploading to Files section.
---- LSpots keywords ?> ---- HM ADS ?>
YAHOO! GROUPS LINKS
- Visit your group "AccessDevelopers" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.