Results 1 to 3 of 3
  1. #1
    kd4tgc is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Feb 2013
    Posts
    2

    Self Aware Yes no box

    I have a yes no box that i need to check yes if the date field of another table is used by a common user.

    the fields are

    callsign used as a common data type
    net date the date a ham radio net was held
    active yes/no box for sorting

    I need to check that the callsign checked in to a net with a callsign and the autodate puts the date in net date.
    next if the callsign has data then look at the dates and see if there are 2 checkins in the last 3 months. if so then autocheck the active box.
    Last edited by kd4tgc; 02-14-2013 at 09:56 AM.

  2. #2
    stmoong is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Sep 2011
    Location
    Singapore
    Posts
    108
    Access 2010 database support data macros, somewhat similar to triggers. You can read more about it here.

    If you're using earlier version (noting that you're using Access 2007 from your profile), then you will have to implement some VBA code in the form that updates the table, so that it will check the other table and do the necessary update to the check box column field.

  3. #3
    kd4tgc is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    2
    today i upgraded to access 2010

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

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