hi,
I'm trying to create a reminder. i have 2 forms one for to set the reminder and one to view all the reminders. these reminders are recorded on access. i can save the reminder and the other form shows the reminders, but it does not alert the user at the time the reminder is set unless your on the form that shows all the reminders. i just used if rs!(record set)time = time and re!date = date then show msgbox. im thinkin that t might be a global thing but i don't know how to code it like that. if anyone has done anything like this then can you please help me.
Thank YoU
I'm trying to create a reminder. i have 2 forms one for to set the reminder and one to view all the reminders. these reminders are recorded on access. i can save the reminder and the other form shows the reminders, but it does not alert the user at the time the reminder is set unless your on the form that shows all the reminders. i just used if rs!(record set)time = time and re!date = date then show msgbox. im thinkin that t might be a global thing but i don't know how to code it like that. if anyone has done anything like this then can you please help me.
Thank YoU
Comment