Calendar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mclueless
    New Member
    • Jan 2008
    • 56

    Calendar

    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???
  • creative1
    Contributor
    • Sep 2007
    • 274

    #2
    I think it is hard to reply an abstract question. If you tell more about what you have done? which tools you are using? and how muh you have progressed? it will be easy for us to help you.
    Kind Regards

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Originally posted by mclueless
      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???
      Please post you have done so far.

      Comment

      • mclueless
        New Member
        • Jan 2008
        • 56

        #4
        There is simply a calender component i have placed on my form. i am working with VB6 and access and i want to be able to set reminders using the calender componet. is it possible??

        Comment

        • QVeen72
          Recognized Expert Top Contributor
          • Oct 2006
          • 1445

          #5
          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
          Veena

          Comment

          Working...