Hi -
Situation: (A97) When attempting to write code in either a standard or form module on a particular computer (and I believe this to be computer-related), the cursor continually tries to eliminate blank spaces, backing up and eliminating necessary spaces. Example:
Dim db as DAO.Database
--unless you move real fast, becomes--
DimdbasDAO.D
Intellisense is effectively disenabled. The combo-box appears, following entering the period (.) but just flashes and then it's gone. I've seen this before but don't even know what to search on. Has anyone seen this? Is it an AutoCorrect problem and, if so, how to make it go away?
Once had a similar problem where, if encoding "Dim db as Database", it would return 'DIM DB AS DATABASE". You had no say in the matter--it was going to return All Caps whether you wanted it or not. The working solution was bizarre and involved creating an object e.g. form and naming it DATABASE, then closing the working database, reopening it and deleting the object. Amazingly, the problem disappeared and from then on, Dim db as Database worked as advertised. Who would've thought? Am wondering if this is one of those truly strange solutions.
Any wisdom greatly appreciated.
Thanks - Bob
Situation: (A97) When attempting to write code in either a standard or form module on a particular computer (and I believe this to be computer-related), the cursor continually tries to eliminate blank spaces, backing up and eliminating necessary spaces. Example:
Dim db as DAO.Database
--unless you move real fast, becomes--
DimdbasDAO.D
Intellisense is effectively disenabled. The combo-box appears, following entering the period (.) but just flashes and then it's gone. I've seen this before but don't even know what to search on. Has anyone seen this? Is it an AutoCorrect problem and, if so, how to make it go away?
Once had a similar problem where, if encoding "Dim db as Database", it would return 'DIM DB AS DATABASE". You had no say in the matter--it was going to return All Caps whether you wanted it or not. The working solution was bizarre and involved creating an object e.g. form and naming it DATABASE, then closing the working database, reopening it and deleting the object. Amazingly, the problem disappeared and from then on, Dim db as Database worked as advertised. Who would've thought? Am wondering if this is one of those truly strange solutions.
Any wisdom greatly appreciated.
Thanks - Bob
Last edited: