J JBurlison Registered User. Local time Today, 13:58 Joined Mar 14, 2008 Messages 172 May 14, 2008 #1 how do i make a module send a e-mail at 4pm every day? i know how to format the e-mail and i can make a button that dose it but i cant make it automatically send it.
how do i make a module send a e-mail at 4pm every day? i know how to format the e-mail and i can make a button that dose it but i cant make it automatically send it.
pbaldy Wino Moderator Staff member Local time Today, 10:58 Joined Aug 30, 2003 Messages 36,157 May 14, 2008 #2 I would create an mdb that ran the code when it started up, then closed itself, and call it from Scheduled Tasks.
I would create an mdb that ran the code when it started up, then closed itself, and call it from Scheduled Tasks.
J JBurlison Registered User. Local time Today, 13:58 Joined Mar 14, 2008 Messages 172 May 14, 2008 #3 thats a good idea ill try it thanks!