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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Starting a procedure in Access every second

Status
Not open for further replies.

mulderm

Electrical
Joined
Jun 4, 2003
Messages
35
Location
NL
Hello,

When I starting an Access-database I want every second
starting a sub-procedure in the module.
I know that that there is a timer-event in a form but
this means that the form must be open.
I want to start this code every 1 sec when the database
is open.
I am using this for looking data in a PLC.
Any idea?

mulderm
 
You can use the SetTimer API.

Good Luck
--------------
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top