I have OnTimer set to 60 seconds to run Docmd.Save.
When the user is typing on the textbox entering information, on the 60th second the forms save, and the cursor position reset to the start of the textbox.
It's a nuisance that repeats every 60 seconds. How do I prevent the cursor in a textbox resetting to the start position? How do I make the cursor position in the textbox stay where it was, i.e. where the user is still typing.
When the user is typing on the textbox entering information, on the 60th second the forms save, and the cursor position reset to the start of the textbox.
It's a nuisance that repeats every 60 seconds. How do I prevent the cursor in a textbox resetting to the start position? How do I make the cursor position in the textbox stay where it was, i.e. where the user is still typing.