Results 1 to 2 of 2
  1. #1
    darkside is offline Novice
    Windows 10 Access 2016
    Join Date
    Feb 2023
    Posts
    1

    copy data form table to another table use checkbox


    Hi i have two table
    table1
    Filled name is
    Code
    Name
    Salary
    Checkedbox
    I need if i select Checked ✔
    Copy data is selected to anoher table2
    If not remove from table2 and keep it in table1
    Thanks

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    In general I think most of us here would recommend against moving data back and forth between 2 tables. You can use a single table, and with a query either get all checked, all unchecked, or both. Your situation sounds like employees that have left, which I would definitely leave in one table with a status field (your checkbox if it's just 2 options).
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 2
    Last Post: 04-29-2020, 12:19 PM
  2. Replies: 9
    Last Post: 11-02-2019, 02:17 AM
  3. Replies: 1
    Last Post: 08-29-2018, 10:26 AM
  4. Replies: 18
    Last Post: 08-09-2018, 06:45 AM
  5. Replies: 9
    Last Post: 07-11-2017, 07:51 AM

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