I have used calender component to display days to the user n i want the users to be able to set reminders for the days that they want to. how do i do this???
Calendar
Collapse
X
-
Originally posted by mcluelessI have used calender component to display days to the user n i want the users to be able to set reminders for the days that they want to. how do i do this???Comment
-
Hi,
Create a Table in Access with the following fields:
Rem_Date Date
Rem_Text Text (250)
Connect to Access using ADO Objects. And allow user to add a Reminders by selecting the date from Calendar control. Save in the Access Table.
And when your Project loads, Search for the Table with the Current date, If any Records found then Show them as Message boxes..
Regards
VeenaComment
Comment