Form refreshes for "no reason" !

I

Ian Chappel

I have a fairly simple self-contained database, where for some reason one
form sometimes appears to refresh itself, i.e. if I'm selecting something
from a combo, suddenly it will be as if I've made my choice, or if I'm
editing a textbox, anything I've already entered will have been lost.
Probably no more often than once a minute at most, although I'm not sure if
it's regular.

Any ideas?
 
K

Ken Snell \(MVP\)

Is there a timer event running in the form that causes the form to update
itself, or save its data, or something else?
 
Top