From: aliz on
How do i delay an action for certain time and then let it execute
automatically.
For an example i want some action to execute and then need to close the form
after 2 Minute time.

How do this 2 min delay can be imposed?
From: Dirk Goldgar on
"aliz" <aliz(a)discussions.microsoft.com> wrote in message
news:C7F82FA6-B807-4A70-A2F4-64932F83C778(a)microsoft.com...
> How do i delay an action for certain time and then let it execute
> automatically.
> For an example i want some action to execute and then need to close the
> form
> after 2 Minute time.
>
> How do this 2 min delay can be imposed?


Does this fill the bill?

http://www.mvps.org/access/api/api0021.htm
API: Make code go to Sleep


--
Dirk Goldgar, MS Access MVP
Access tips: www.datagnostics.com/tips.html

(please reply to the newsgroup)