Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Triggers on a table

Status
Not open for further replies.

Larshg

Programmer
Mar 1, 2001
187
DK
I have a subform that consist of a table and I want to update it evry 10 min.

This should be done using some form of trigger or timer, the importent thing is the user doesn't have to do anything
 
Hello Larshg,

Type in to the Timer Interval Property field: 600000
(Thats 1000/sec x 60sec x 10 minutes.

In your subforms on timer event (event procedure) then "..." in to VB add this:

DoCmd.Refresh

Should work!





Gord
ghubbell@total.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top