Results 1 to 4 of 4
  1. #1
    Mantaii is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    21

    Checkbox

    Hi!
    I want to have the following setup:



    January - Job Blogs in not a member of a club but completes the race. His results is recorded but as a non-member. (Checkbox - empty)

    February - Job Blogs is a member of the club, completes the race and his results are recorded as a member (tick box - checked) but January results still show him as a non-member.

    When I go to enter in Joe Blogs' result for March, the tick box next to his name is automatically checked as a member in the results form since he is a member from February.

    Can this be done?

  2. #2
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    I would recommend using a date field to indicate when a person becomes a member. You will also need a date field attributable to the race, from there you should be able to differentiate whether a person was a member or not a member when they competed in a race on a particular date.

  3. #3
    Mantaii is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    21
    I have a date (month and year) for each race, is it possible to retrieve a date from when the tick box is clicked or I guess it would be just easier to enter in a join date to the member.

    Thanks for your reply.

  4. #4
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    If you only have the month and year for the race, you would only be able to determine if the person joined within the same month of the race or before. If that is good enough for you, Access can work with that.

    You would just enter the join date of the member. You would then compare the month/year of the join date to the month/year of the race to determine membership status. Access has built-in functions to extract the month and year from a date, so there is no need to have separate month and year fields in the table that holds the names of people. Those functions are month() and year() respectively.

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

Similar Threads

  1. Checkbox
    By huongdl1987 in forum Forms
    Replies: 1
    Last Post: 06-23-2011, 05:29 PM
  2. Checkbox help
    By NateHaze in forum Programming
    Replies: 3
    Last Post: 05-26-2011, 02:50 PM
  3. Checkbox
    By Patience in forum Access
    Replies: 5
    Last Post: 06-22-2010, 05:37 AM
  4. Using a checkbox help
    By gbjc105 in forum Forms
    Replies: 1
    Last Post: 01-28-2010, 08:27 PM
  5. Checkbox
    By Rbtsmith in forum Access
    Replies: 2
    Last Post: 02-17-2009, 04:19 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