Arthur Fuller
artful at rogers.com
Wed Jun 29 10:41:49 CDT 2005
You a slick chick, Charlotte! Very nice! -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Charlotte Foust Sent: June 28, 2005 7:13 PM To: Access Developers discussion and problem solving Subject: RE: [AccessD] Can I spell check an unbound field? Public Function SpellCheckField(ctl As Control) 'created by Charlotte Foust 3/27/2000 'runs default spell checker on the control 'passed into the function On Error Resume Next ctl.SelStart = 0 ctl.SelLength = Len(ctl) DoCmd.RunCommand acCmdSpelling End Function 'SpellCheckField(ctl As Control) Charlotte Foust -----Original Message----- From: Lonnie Johnson [mailto:prodevmg at yahoo.com] Sent: Tuesday, June 28, 2005 2:38 PM To: Access Developers discussion and problem solving Subject: [AccessD] Can I spell check an unbound field? 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 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com