How to refresh my form

gissah

Registered User.
Local time
Today, 10:41
Joined
Dec 9, 2008
Messages
17
Can anyone tell me how to set my form to refresh and update after ever minute
 
Look at the timer event of the form, and requery.
 
Place a timer code into the FormLoad() event, make it start as soon as the form loads, then use Me.Requery inconjuction with the timer code to
continually refresh and update the form.

You need to provide more information. e.g. what forms do you have? what codes are there?

David,
 

Users who are viewing this thread

Back
Top Bottom