hello everybody!
i'm using ms office 2007 and i'd like to create a button on the form called "prevention" who can "refresh all" (updated for multiple users)
basically like in the ribbon menu
i created a button and in the code i wrote:
Option Compare Database
Private Sub Command15_Click()
Forms!Form_prevention.Requery
End Sub
but it doesn't work. any idea?
i heard even that it is possible to reduce the time between refreshes, use the menu bar, Tools->Options->Advanced to
set the Refresh Interval (secs): property to a lower value, at the
expense of slowing down the application.
what do you suggest?
thanks to all your replies
marco
i'm using ms office 2007 and i'd like to create a button on the form called "prevention" who can "refresh all" (updated for multiple users)
basically like in the ribbon menu
i created a button and in the code i wrote:
Option Compare Database
Private Sub Command15_Click()
Forms!Form_prevention.Requery
End Sub
but it doesn't work. any idea?
i heard even that it is possible to reduce the time between refreshes, use the menu bar, Tools->Options->Advanced to
set the Refresh Interval (secs): property to a lower value, at the
expense of slowing down the application.
what do you suggest?
thanks to all your replies
marco