Results 1 to 3 of 3
  1. #1
    BigDoubleR is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2015
    Posts
    3

    Check box

    Can anyone help with check boxes?


    If I check a box to say it is complete once checked can the data in the row be automatically filled in to another table ? 😁

  2. #2
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,424
    yes - depends on the rules you are using, but in the checkbox afterupdate event you would have something like

    if me.chkbox=true then
    currentdb.execute "INSERT INTO..."
    end if

  3. #3
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,424
    meant to say - you need to decide what happens if the user then unchecks the box and then checks it again

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

Similar Threads

  1. Check box based on values of other check boxes?
    By Michael.Reynolds1775 in forum Forms
    Replies: 3
    Last Post: 03-25-2015, 12:58 AM
  2. Replies: 3
    Last Post: 08-25-2014, 02:07 PM
  3. Replies: 5
    Last Post: 06-26-2014, 12:52 PM
  4. Replies: 4
    Last Post: 02-03-2014, 12:16 PM
  5. Replies: 35
    Last Post: 01-08-2014, 01:33 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