Automated pop up

A

Amateur

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
 
J

Jeff Boyce

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.
 
A

Amateur

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>
 
Top