Automated pop up

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

Guest

Hi
I have a table with customer information incl. as well the birth date of
each customer.
I would like to create a pop-up that reminds me 10 days before the customers
birthday that the customer has birthday.
Is that possible? - If yes, How
Thanks
Klaus
 
Klaus

One approach would be to create a form that uses a Timer event to check for
birthdays. You'd add code to the Timer event to display a popup (?list) of
customers and birthdays. You'd "open" this new form, but keep it invisible
(hidden) while your database was open.
 
Thanks Jeff - I'll try
Klaus

Jeff Boyce said:
Klaus

One approach would be to create a form that uses a Timer event to check for
birthdays. You'd add code to the Timer event to display a popup (?list) of
customers and birthdays. You'd "open" this new form, but keep it invisible
(hidden) while your database was open.

--
Good luck

Jeff Boyce
<Access MVP>
 
Back
Top