Automatically run F5 (refresh)

RichardH

Registered User.
Local time
Today, 21:08
Joined
Jun 8, 2005
Messages
28
Is it possible to automatically run the command behind the F5 function key (Refresh) so it updates the queries or Tables screens?
 
I have done this in the past by setting up a OnTimer event on the form, and simply call the form's .Refresh or .Requery method from within the Form_Timer() routine.

However, I never have found a satisfactory way of preventing the screen from flickering each time the refresh occurs. It can drive some users to distraction if they are looking at the form for long periods.
 
It's worth a try, thanks for the reply
 

Users who are viewing this thread

Back
Top Bottom