|
 |
access thread: Spell Check in MS Access
Message #1 by Ajay Jain <ajay_ndel@y...> on Fri, 22 Mar 2002 13:04:50 -0800 (PST)
|
|
Hi,
Can we replicate the functionality of spell check of
MS word in Ms Access.
Spell check can be called in MS Access by this code:
Me!txtBox.SetFocus
Me!txtBox.SelStart = 0
Me!txtBox.SelLength = Len(Me!txtBox)
RunCommand acCmdSpelling
But, I want to do the spell check as the user types in
the text box. The
mis-spelled words underlined in red like we have in MS
Word.
Am I asking for too much?
Cheers,
Ajay
__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/
Message #2 by "Gerald, Rand" <RGerald@u...> on Fri, 22 Mar 2002 15:10:30 -0600
|
|
Ajay,
FMS has recently released a product, Total Access Speller, which may do
what
you want.
See www.fmsinc.com
Good luck,
Rand E Gerald
Database Specialist
Information Services / Operations
Bah=E1'=ED National Office
1233 Central St.
Evanston IL 60201
(xxx) xxx-xxxx
-----Original Message-----
From: Ajay Jain [mailto:ajay_ndel@y...]
Sent: Friday, March 22, 2002 3:05 PM
To: Access
Subject: [access] Spell Check in MS Access
Hi,
Can we replicate the functionality of spell check of
MS word in Ms Access.
Spell check can be called in MS Access by this code:
Me!txtBox.SetFocus
Me!txtBox.SelStart =3D 0
Me!txtBox.SelLength =3D Len(Me!txtBox)
RunCommand acCmdSpelling
But, I want to do the spell check as the user types in
the text box. The
mis-spelled words underlined in red like we have in MS
Word.
Am I asking for too much?
Cheers,
Ajay
__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards(r)
http://movies.yahoo.com/
|
|
 |