17f69 generating a reminder e-mail
Sign Up |  Live StatsLive Stats    Articles 37,330| Comments 177,255| Members 19,412, Newest shiwani| Online 475
Home Contact
 (Forgotten?): 
    Sikhism
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags

generating a reminder e-mail

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 115 USD (23%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
EVENT OR REMINDER??? ANGELICA Information Technology 1 28-Jul-2006 08:31 AM
how do i block my e-mail addres when i send mail hannah Information Technology 1 28-Jul-2006 08:25 AM
generating consecutive numbers to print on stickers DiraniD Information Technology 2 28-Jul-2006 08:16 AM
Generating Reports paul69 Information Technology 2 28-Jul-2006 08:15 AM
Generating bar and 2D codes Anatoly Kurilin Information Technology 0 28-Jul-2006 08:09 AM


Tags
generating, reminder, email
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 11-Nov-2005, 20:09 PM
David's Avatar David
Guest
 
Posts: n/a
   
   
generating a reminder e-mail

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Is it possible to automatically generate a reminder e-mail at a specific date
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/7189-generating-a-reminder-e-mail.html
e.g. amonth before a deadline such as a passport expiry date ?

*







Got anything to share on This Topic? Why not share your immediate thoughts/reaction with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-Nov-2005, 20:09 PM
Jeff Boyce's Avatar Jeff Boyce
Guest
 
Posts: n/a
   
   
Re: generating a reminder e-mail

David

A couple approaches...

One would be to purchase a commercial piece of software that can
select/schedule emailing from an Access db.

Another would be to create the pieces for your application to do it. You'd
need to know a month before a date -- do that with a query. You need to
know an email address -- do that with a query. You need to know that an
email was already sent for a given "account" -- you could use a table with a
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7189
date to record sent reminders. And you need to send an email -- Access can
use SendObject to do that.

--
Regards

Jeff Boyce


"David" wrote in message
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7189
news:290D917D-232C-41D0-A736-27E9E1B10EFF@microsoft.com...
> Is it possible to automatically generate a reminder e-mail at a specific

date
> e.g. amonth before a deadline such as a passport expiry date ?


Reply With Quote
  #3 (permalink)  
Old 11-Nov-2005, 20:09 PM
David's Avatar David
Guest
 
Posts: n/a
   
   
Re: generating a reminder e-mail

Hi Jeff,

Thanks for your help.

When you suggest a query for each piece, could these all be part of the same
query ? I'm afraid I'm not very advanced !

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7189
"Jeff Boyce" wrote:

> David
>
> A couple approaches...
>
> One would be to purchase a commercial piece of software that can
> select/schedule emailing from an Access db.
>
> Another would be to create the pieces for your application to do it. You'd
> need to know a month before a date -- do that with a query. You need to
> know an email address -- do that with a query. You need to know that an
> email was already sent for a given "account" -- you could use a table with a
> date to record sent reminders. And you need to send an email -- Access can
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7189
> use SendObject to do that.
>
> --
> Regards
>
> Jeff Boyce
>
>
> "David" wrote in message
> news:290D917D-232C-41D0-A736-27E9E1B10EFF@microsoft.com...
> > Is it possible to automatically generate a reminder e-mail at a specific

> date
> > e.g. amonth before a deadline such as a passport expiry date ?

>
>

Reply With Quote
  #4 (permalink)  
Old 12-Nov-2005, 22:39 PM
Jeff Boyce's Avatar Jeff Boyce
Guest
 
Posts: n/a
   
   
Re: generating a reminder e-mail

David

I can't see your data, so I have no idea if you could use a single query to
return everything you need. But you can "chain" queries together if you
need to (create query1; create query2, using query1 as the source).

--
Regards

Jeff Boyce


"David" wrote in message
news:F2B26149-34AB-43F7-ABE0-B733E9A7D25B@microsoft.com...
> Hi Jeff,
>
> Thanks for your help.
>
> When you suggest a query for each piece, could these all be part of the

same
> query ? I'm afraid I'm not very advanced !
>
> "Jeff Boyce" wrote:
>
> > David
> >
> > A couple approaches...
> >
> > One would be to purchase a commercial piece of software that can
> > select/schedule emailing from an Access db.
> >
> > Another would be to create the pieces for your application to do it.

You'd
> > need to know a month before a date -- do that with a query. You need to
> > know an email address -- do that with a query. You need to know that an
> > email was already sent for a given "account" -- you could use a table

with a
> > date to record sent reminders. And you need to send an email -- Access

can
> > use SendObject to do that.
> >
> > --
> > Regards
> >
> > Jeff Boyce
> >
> >
> > "David" wrote in message
> > news:290D917D-232C-41D0-A736-27E9E1B10EFF@microsoft.com...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7189
> > > Is it possible to automatically generate a reminder e-mail at a

specific
> > date
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7189
> > > e.g. amonth before a deadline such as a passport expiry date ?

> >
> >


Reply With Quote
  #5 (permalink)  
Old 12-Nov-2005, 22:39 PM
David's Avatar David
Guest
 
Posts: n/a
   
   
Re: generating a reminder e-mail

Thanks Jeff, I'll play around with it. It's not that an improtant issue to
warrant buying new software.

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7189
All the best.

David

"Jeff Boyce" wrote:

> David
>
> I can't see your data, so I have no idea if you could use a single query to
> return everything you need. But you can "chain" queries together if you
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7189
> need to (create query1; create query2, using query1 as the source).
>
> --
> Regards
>
> Jeff Boyce
>
>
> "David" wrote in message
> news:F2B26149-34AB-43F7-ABE0-B733E9A7D25B@microsoft.com...
> > Hi Jeff,
> >
> > Thanks for your help.
> >
> > When you suggest a query for each piece, could these all be part of the

> same
> > query ? I'm afraid I'm not very advanced !
> >
> > "Jeff Boyce" wrote:
> >
> > > David
> > >
> > > A couple approaches...
> > >
> > > One would be to purchase a commercial piece of software that can
> > > select/schedule emailing from an Access db.
> > >
> > > Another would be to create the pieces for your application to do it.

> You'd
> > > need to know a month before a date -- do that with a query. You need to
> > > know an email address -- do that with a query. You need to know that an
> > > email was already sent for a given "account" -- you could use a table

> with a
> > > date to record sent reminders. And you need to send an email -- Access

> can
> > > use SendObject to do that.
> > >
> > > --
> > > Regards
> > >
> > > Jeff Boyce
> > >
> > >
> > > "David" wrote in message
> > > news:290D917D-232C-41D0-A736-27E9E1B10EFF@microsoft.com...
> > > > Is it possible to automatically generate a reminder e-mail at a

> specific
> > > date
> > > > e.g. amonth before a deadline such as a passport expiry date ?
> > >
> > >

>
>

Reply With Quote
  #6 (permalink)  
Old 12-Nov-2005, 22:39 PM
Tony Toews's Avatar Tony Toews
Guest
 
Posts: n/a
   
   
Re: generating a reminder e-mail

  Donate Today!  
"David" wrote:

>Is it possible to automatically generate a reminder e-mail at a specific date
>e.g. amonth before a deadline such as a passport expiry date ?


Using VBA code, with a query which looks at the tickler date based on
todays date. I.e. <= Date(), set a flag in those records as "about
to send emails", loop through the recordset to send the emails, update
the flag as "sent emails", and a sent date. Repeat tomorrow.

Tony
--
Tony Toews, Microsoft Access MVP
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7189
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7189
Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
Occultism - Rejection in...
Today 11:05 AM
56 Replies, 2,564 Views
Do you believe in...
Today 10:22 AM
195 Replies, 4,054 Views
Black Sikhs?
Today 06:33 AM
20 Replies, 5,769 Views
Man Driving Without...
Today 05:06 AM
5 Replies, 123 Views
Request for assistance...
Today 04:24 AM
8 Replies, 80 Views
Losing My Religion: Why...
Today 03:03 AM
13 Replies, 329 Views
Health Exercise And...
Today 02:10 AM
1 Replies, 81 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 02:10 AM
176 Replies, 4,507 Views
How Religions Change...
Today 02:07 AM
1 Replies, 100 Views
Keeping Amrit Vela
Today 01:57 AM
11 Replies, 893 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 01:52 AM
313 Replies, 7,586 Views
How does Sikhi help you...
Yesterday 22:54 PM
22 Replies, 895 Views
Panjabi
By Ishna
Yesterday 17:56 PM
12 Replies, 265 Views
Parkash Guru Amar Das ji...
Yesterday 17:07 PM
3 Replies, 71 Views
Serious challenges to...
Yesterday 16:49 PM
0 Replies, 126 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 12:45 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.43379 seconds with 32 queries
0