LG wrote:
Hi,
I have recently used the Microsoft that will detect idle time coding on
my Access database and it works fine as long as you do not add any data
or move from one form to another. As soon as you do that, when idling
code kicks, an error message from Microsoft "Microsoft has
encountered a problem and needs to close" comes up.
Do you have any idea how that can be fixed?
Thank you in advance.
Liviu
I'd remove the Microsoft that detects idle time.
Seriously, how is idle time calculated/initiated? What's the code for
idle time?
You might want to Decompile your code then recompile. On the desktop
icon to open the database enter
/Decompile
at the end of the command
After you decompile, compact the database and then compile all of the
code. Remember to recome the /Decompile after you do that.