how do you code a date you want to remind you of something example:
lets say you have an appointment and you wanted to be reminded of it on a later date with a msgbox ("Just a Reminder You Have An Appointment on a certain day at a certain time").
on my form i would like to have this done is there a way i can do this on my form i have fields like:
set date to be reminded (text1)
reminded date (text2)
command button (set date) 'enter code here
how can i set the date (like a day ahead of the reminded date) click a button and set it sorta like an alarm so when that date that it is set to. it would pop up that msgbox
lets say you have an appointment and you wanted to be reminded of it on a later date with a msgbox ("Just a Reminder You Have An Appointment on a certain day at a certain time").
on my form i would like to have this done is there a way i can do this on my form i have fields like:
set date to be reminded (text1)
reminded date (text2)
command button (set date) 'enter code here
how can i set the date (like a day ahead of the reminded date) click a button and set it sorta like an alarm so when that date that it is set to. it would pop up that msgbox
Comment