Birthday pop-up

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
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.
 
Amateur, try placing the code at database start up or main menu (if app)
load/open.
Don.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top