Results 1 to 2 of 2
  1. #1
    biagio is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2011
    Posts
    1

    calendar on access

    Hi all,
    first off, the site has lots of great info on it thanks.
    you will have to excuse the amount of knowledge i have using access 2003

    i am trying to program a calendar so that ever time you click on a date it does the following thing with every click!


    i need it to go red with an X in it on the first click
    on the second click i want it to stay green and say AM
    on the third click i want it to stay green and say PM
    and on the forth click i would like it to go back to green.
    thank you for your assistance.
    Regards
    Biagio

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,926
    I have never programmed behind Calendar so don't know how event can be tied to a date nor how color property can be changed nor how to make it say X or AM or PM. Assuming you can figure that out, the logic for the code could be like:

    On Click
    If color not green and color not red then color red and say X
    elseif X then color green and say AM
    elseif AM then say PM
    elseif PM then say nothing
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Access 2010 Calendar
    By Cyrex in forum Programming
    Replies: 9
    Last Post: 10-02-2011, 07:30 AM
  2. Calendar question in access 2007
    By DPG in forum Database Design
    Replies: 6
    Last Post: 10-06-2010, 11:22 AM
  3. Access Calendar Control
    By JGG in forum Access
    Replies: 7
    Last Post: 04-03-2009, 04:34 AM
  4. Access - Calendar Control
    By James890 in forum Forms
    Replies: 3
    Last Post: 04-01-2009, 04:52 PM
  5. Export Access reports/query results to Outlook Calendar/Task
    By kfinpgh in forum Import/Export Data
    Replies: 0
    Last Post: 02-22-2007, 01:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums