SQL Query view behaving strangely

D

Damon Heron

I have searched MS and can't find an answer to this bizarre behaviour. When
I am editing an existing sql statement, the cursor will not stay in one
place, if I click on a single letter, the entire row highlights and I can't
type anything or the whole row disappears! Any ideas how to fix this?
 
M

Marshall Barton

Damon said:
I have searched MS and can't find an answer to this bizarre behaviour. When
I am editing an existing sql statement, the cursor will not stay in one
place, if I click on a single letter, the entire row highlights and I can't
type anything or the whole row disappears! Any ideas how to fix this?


Check to see if you have an open form with its Timer event
running.
 
Top