Hey,
I have a form, which displays data from tables...multiple users input data to these tables....
what i need to do is have this form refresh every 30 secs or so.....
i have a refresh button which does the trick:
Sub refresh()
Form_ViewData.Refresh
End Sub
however, what i want, is to execute this function with a timer.....
anyone?
cheers...
I have a form, which displays data from tables...multiple users input data to these tables....
what i need to do is have this form refresh every 30 secs or so.....
i have a refresh button which does the trick:
Sub refresh()
Form_ViewData.Refresh
End Sub
however, what i want, is to execute this function with a timer.....
anyone?
cheers...