A
Angelsnecropolis
Currently I have a form with multiple textboxes and combo boxes. I have code
so that when the form is dirty a timer starts. After a specified time the
form clears via Me.Undo.
However, I need to figure out a good code so that if the person using the
form starts typing (is dirty and timer starts) but decides to erase what they
typed by simply using backspace, the timer stops preventing the me.undo but
the timer restarts if the person begins typing again.
As an alternately, what would be the best method or code to use so that
every X minutes the form will verify if the textboxes and combo boxes are
blank and if blank then it does nothing or if is not null then do something?
There is one textbox (Date) which is never null.
Your help is appreciated ^_^
so that when the form is dirty a timer starts. After a specified time the
form clears via Me.Undo.
However, I need to figure out a good code so that if the person using the
form starts typing (is dirty and timer starts) but decides to erase what they
typed by simply using backspace, the timer stops preventing the me.undo but
the timer restarts if the person begins typing again.
As an alternately, what would be the best method or code to use so that
every X minutes the form will verify if the textboxes and combo boxes are
blank and if blank then it does nothing or if is not null then do something?
There is one textbox (Date) which is never null.
Your help is appreciated ^_^