PC Review


Reply
Thread Tools Rate Thread

Birthday pop-up

 
 
=?Utf-8?B?QW1hdGV1cg==?=
Guest
Posts: n/a
 
      25th Jan 2007
Dear Sirs
In my database I have a table with customer details. Of course in this table
are as well the customer birthdays.
I would like that, on the day of the birthday, a pop-up should automatically
open with the text: Mr. XXXXXXXX has birthday Tel. number XXXXXXXXXXXX.
How can I do that?
Thanks
Klaus
 
Reply With Quote
 
 
 
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      25th Jan 2007
This one opens before the birthday to give you time to mail a card, but you
can change that:

http://www.datastrat.com/Download/Birthday2K.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"Amateur" <(E-Mail Removed)> wrote in message
news:585457C1-086B-4A4D-BD5B-(E-Mail Removed)...
> Dear Sirs
> In my database I have a table with customer details. Of course in this
> table
> are as well the customer birthdays.
> I would like that, on the day of the birthday, a pop-up should
> automatically
> open with the text: Mr. XXXXXXXX has birthday Tel. number XXXXXXXXXXXX.
> How can I do that?
> Thanks
> Klaus



 
Reply With Quote
 
=?Utf-8?B?QW1hdGV1cg==?=
Guest
Posts: n/a
 
      25th Jan 2007
Thanks, I've tried it - but it seems that I always have to open the Form to
get the message. Is it not possible that the pop-up appears automatically on
the day of the birthday?

"Arvin Meyer [MVP]" wrote:

> This one opens before the birthday to give you time to mail a card, but you
> can change that:
>
> http://www.datastrat.com/Download/Birthday2K.zip
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
> "Amateur" <(E-Mail Removed)> wrote in message
> news:585457C1-086B-4A4D-BD5B-(E-Mail Removed)...
> > Dear Sirs
> > In my database I have a table with customer details. Of course in this
> > table
> > are as well the customer birthdays.
> > I would like that, on the day of the birthday, a pop-up should
> > automatically
> > open with the text: Mr. XXXXXXXX has birthday Tel. number XXXXXXXXXXXX.
> > How can I do that?
> > Thanks
> > Klaus

>
>
>

 
Reply With Quote
 
Franck
Guest
Posts: n/a
 
      25th Jan 2007
actually access can't by himself think, so he can check as he want/
when he want, so you need to trigger the code to look for birthdays, so
you need to put it sumwhere. the best i can suggest you, is put the
code in a module procedure, (i havent look at the code the other
provide you maybe it's like that) and call this code on the loading of
each form. that way it will always get triggerd. You still have another
solution that's not touching access at 100%, it would be to make a VB
services that check every Xsec ex:60sec(1 min) check in the database
for birthdays.

On Jan 25, 7:44 am, Amateur <Amat...@discussions.microsoft.com> wrote:
> Thanks, I've tried it - but it seems that I always have to open the Form to
> get the message. Is it not possible that the pop-up appears automatically on
> the day of the birthday?
>
> "Arvin Meyer [MVP]" wrote:
> > This one opens before the birthday to give you time to mail a card, but you
> > can change that:

>
> >http://www.datastrat.com/Download/Birthday2K.zip
> > --
> > Arvin Meyer, MCP, MVP
> >http://www.datastrat.com
> >http://www.mvps.org/access
> >http://www.accessmvp.com

>
> > "Amateur" <Amat...@discussions.microsoft.com> wrote in message
> >news:585457C1-086B-4A4D-BD5B-(E-Mail Removed)...
> > > Dear Sirs
> > > In my database I have a table with customer details. Of course in this
> > > table
> > > are as well the customer birthdays.
> > > I would like that, on the day of the birthday, a pop-up should
> > > automatically
> > > open with the text: Mr. XXXXXXXX has birthday Tel. number XXXXXXXXXXXX.
> > > How can I do that?
> > > Thanks
> > > Klaus


 
Reply With Quote
 
=?Utf-8?B?RG9u?=
Guest
Posts: n/a
 
      25th Jan 2007
Amateur, try placing the code at database start up or main menu (if app)
load/open.
Don.
--
Don


"Franck" wrote:

> actually access can't by himself think, so he can check as he want/
> when he want, so you need to trigger the code to look for birthdays, so
> you need to put it sumwhere. the best i can suggest you, is put the
> code in a module procedure, (i havent look at the code the other
> provide you maybe it's like that) and call this code on the loading of
> each form. that way it will always get triggerd. You still have another
> solution that's not touching access at 100%, it would be to make a VB
> services that check every Xsec ex:60sec(1 min) check in the database
> for birthdays.
>
> On Jan 25, 7:44 am, Amateur <Amat...@discussions.microsoft.com> wrote:
> > Thanks, I've tried it - but it seems that I always have to open the Form to
> > get the message. Is it not possible that the pop-up appears automatically on
> > the day of the birthday?
> >
> > "Arvin Meyer [MVP]" wrote:
> > > This one opens before the birthday to give you time to mail a card, but you
> > > can change that:

> >
> > >http://www.datastrat.com/Download/Birthday2K.zip
> > > --
> > > Arvin Meyer, MCP, MVP
> > >http://www.datastrat.com
> > >http://www.mvps.org/access
> > >http://www.accessmvp.com

> >
> > > "Amateur" <Amat...@discussions.microsoft.com> wrote in message
> > >news:585457C1-086B-4A4D-BD5B-(E-Mail Removed)...
> > > > Dear Sirs
> > > > In my database I have a table with customer details. Of course in this
> > > > table
> > > > are as well the customer birthdays.
> > > > I would like that, on the day of the birthday, a pop-up should
> > > > automatically
> > > > open with the text: Mr. XXXXXXXX has birthday Tel. number XXXXXXXXXXXX.
> > > > How can I do that?
> > > > Thanks
> > > > Klaus

>
>

 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      26th Jan 2007
Make the form start when the database starts, just start it hidden. Then
either make it visible if there's a birthday, or close it if there isn't.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"Amateur" <(E-Mail Removed)> wrote in message
news:CD862CB2-DBA4-402F-9ACD-(E-Mail Removed)...
> Thanks, I've tried it - but it seems that I always have to open the Form
> to
> get the message. Is it not possible that the pop-up appears automatically
> on
> the day of the birthday?
>
> "Arvin Meyer [MVP]" wrote:
>
>> This one opens before the birthday to give you time to mail a card, but
>> you
>> can change that:
>>
>> http://www.datastrat.com/Download/Birthday2K.zip
>> --
>> Arvin Meyer, MCP, MVP
>> http://www.datastrat.com
>> http://www.mvps.org/access
>> http://www.accessmvp.com
>>
>> "Amateur" <(E-Mail Removed)> wrote in message
>> news:585457C1-086B-4A4D-BD5B-(E-Mail Removed)...
>> > Dear Sirs
>> > In my database I have a table with customer details. Of course in this
>> > table
>> > are as well the customer birthdays.
>> > I would like that, on the day of the birthday, a pop-up should
>> > automatically
>> > open with the text: Mr. XXXXXXXX has birthday Tel. number XXXXXXXXXXXX.
>> > How can I do that?
>> > Thanks
>> > Klaus

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Birthday Greetings Big Jay Taffycat General Discussion 15 9th Sep 2008 11:44 AM
How to clear birthday events in the calendar without deleting birthday field data in the contacts? hoangvan.hn.vn@gmail.com Microsoft Outlook Interoperability 4 19th Jan 2008 01:43 AM
More than one birthday =?Utf-8?B?U296?= Microsoft Outlook Discussion 2 7th Mar 2006 02:03 AM
Adding years to a birthday/appointment (Joes 14 Birthday) : =?Utf-8?B?RlJa?= Microsoft Outlook Calendar 1 26th May 2005 06:00 AM
how to highlight the (date) object in form when birthday (last 14 days before birthday) bart van deun Microsoft Access Form Coding 1 1st Feb 2005 02:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:08 AM.