Is there a way to "auto" refresh forms or tables?

maddoxx

New member
Local time
Today, 09:49
Joined
Mar 8, 2002
Messages
8
Hey everybody,

I'm trying to create a form that stays on someone's screen all the time and refreshes at a set interval consistently.

The data is being entered on a network from other workstations. I want the one form to just sit there and refresh with that information displayed on it.

Anybody have any suggestions?

Thanks,

Jim
 
Set the forms Timer Interval to the interval you want and do a Me.Refresh in the On Timer event.
 
I'll try that. Thanks for the help Jack.
 
You need to Requery the form rather than Refresh it.
 

Users who are viewing this thread

Back
Top Bottom