Well, the title is fairly self explanatory 
Basically, the DB i am working on has a set of calculations that are performed every 0.5s to keep values updated. There is no need for this to occur while access is minimised, and a couple of users are complaining that their computer slows down at times while access is running and minimised.
Is there a nice easy way to determine if access has been minimised? Does the form deactivate event get called when access is minimised? as this would probably be the easiest solution. Otherwise, does anyone know how to determine the active window easily using API calls?
Thank you.
Dave
Basically, the DB i am working on has a set of calculations that are performed every 0.5s to keep values updated. There is no need for this to occur while access is minimised, and a couple of users are complaining that their computer slows down at times while access is running and minimised.
Is there a nice easy way to determine if access has been minimised? Does the form deactivate event get called when access is minimised? as this would probably be the easiest solution. Otherwise, does anyone know how to determine the active window easily using API calls?
Thank you.
Dave