This may sound wierd, but I am having a problem entering text in VBA. When I start to type the text, the color of the text turns red as I am typing indicating something is wrong with the code. Normally it only happens after I am done, and it checks the syntax. It is almost like it is checking as I type, and keeps finding issues as I type. For Example:
I want to enter "Set rsTemp = currentdb.openrecordset".
When I begin to type, as soon as I hit the space after "set", the "set" turns red and it automactically backspaces one.
This makes it rather tough to type.
Also, when i would normally get the drop down to select the process such as "Open Recordset", after I hit the first letter, the drop down dissappears.
Any thoughts? Thsi only happens in one db.
I want to enter "Set rsTemp = currentdb.openrecordset".
When I begin to type, as soon as I hit the space after "set", the "set" turns red and it automactically backspaces one.
This makes it rather tough to type.
Also, when i would normally get the drop down to select the process such as "Open Recordset", after I hit the first letter, the drop down dissappears.
Any thoughts? Thsi only happens in one db.