L
lez
Hi Guys,
Can anyone tell me how to requery a graph based on a query?
I have set in my form's Timer Interval event a value of 10000
and in the forms on Timers event:
Private Sub Form_Timer()
Me.Requery
End Sub
This works on other forms I have created from a query, yet on the graph it
does not.
Do I have to enter these values somewhere else?
Can anyone tell me how to requery a graph based on a query?
I have set in my form's Timer Interval event a value of 10000
and in the forms on Timers event:
Private Sub Form_Timer()
Me.Requery
End Sub
This works on other forms I have created from a query, yet on the graph it
does not.
Do I have to enter these values somewhere else?