Results 1 to 3 of 3
  1. #1
    fountain27 is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    Apr 2019
    Posts
    25

    Using Checkbox to append another table

    In my DB project i have created a form with Company information and then a subform to display all the contacts associated for that company. I would like to select certain contacts of the company using a checkbox to append the selected contacts to another table. Ultimately, we are selecting individuals who are signing-up for training courses. The other table will be used for planning courses, name badges, future communications etc.

    I have searched the a few different options, but I thought I would ask if anyone has done something similar and their recommendation. I am also not married to the current set-up so I could take a different approach if that makes it's easier.



    I appreciate the time to reply.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    I have a 'temp' table called tPickedList. ID, Name, Picked (y/n)
    here I load a list seen in a form listbox, and user can check mark it yes/no by dbl-clicking
    (sometimes the checkbox is not even needed, since the items in the list are the 'chosen=yes')

    Click image for larger version. 

Name:	pick state lbls.png 
Views:	8 
Size:	27.7 KB 
ID:	39861

  3. #3
    fountain27 is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    Apr 2019
    Posts
    25
    Thank you so much. That is very clean.

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

Similar Threads

  1. Using Checkbox to append Table
    By Thompyt in forum Programming
    Replies: 13
    Last Post: 11-13-2017, 09:34 AM
  2. Replies: 19
    Last Post: 10-03-2017, 09:10 AM
  3. Replies: 1
    Last Post: 10-06-2011, 08:37 AM
  4. Checkbox to populate one table to another
    By glasgowlad1999 in forum Forms
    Replies: 1
    Last Post: 02-09-2011, 07:47 PM
  5. Append Checkbox Data
    By jgelpi16 in forum Programming
    Replies: 3
    Last Post: 06-29-2010, 04:58 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