apostrophe problem but NOT in SQL or Dcount etc just plain unbound textbox!

Happy YN

Registered User.
Local time
Today, 14:13
Joined
Jan 27, 2002
Messages
425
An unbound textbox on my form has text typed in e.g Tivi'i
As soon as I tab away from the form I discover the i (last one) has become capital I.
Without the aposrtophe it does not change.
It only changes for the letter i
Whats going on?
Thanks
 
Are you running code in a form or control event to proper case the contents of that textbox?
 
Try Ctrl-Z after exiting and see if it changes back. It may be the autocorrect thinking too hard. If it is adjust your settings if only you use it or build a contingency routine if this is common.
 
More information

Thankx for replies
Pat No -To my knowledge I have no such code.
What I do is select a value from a combo.
on update I do a dlookup in a table to obtain a value of a field which gets placed in this textbox so I can edit it. As I said , before I invoke any SQL , as soon as I move from the textbox it changes
Fornation Cntrl-Z doesn't budge it. I wasn't aware of any autocorrect settings in access. where are they stored?
Thanks
 
Tools-Options under Spelling(XP anyways), button reads 'autocorrect options'
 

Users who are viewing this thread

Back
Top Bottom