Results 1 to 4 of 4
  1. #1
    Martiens is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2016
    Posts
    2

    Exclamation Moving data from one table to another (Cut and Paste?)

    Hi.

    Is there an easy way to move data from one table to another?
    I created a table to keep track of work that is requested and still outstanding. As soon as a request is complete there is a check box to check and the request is removed from the outstanding work.


    We use this database on a server at work and with all the data in the table it gets kinda slow when more that one person is working on it at the same time.
    Will it help if I create a new table (TBL_Archive) to store all the requests that are checked as Done and remove them from the main table (TBL_RequestLog) and is there an easy way to this with a button to basically "Cut and Pase" all checked requests from TBL_RequestLog to TBL_Archive so only the Unchecked requests remain in the main table?


    Also, I already created a table (TBL_Archive) in the Back End on the server. How do I get that Table on my Front End now? Or should I just create it in my Front End and just Split the Database again?

    Best Regards
    Click image for larger version. 

Name:	Request Log.jpg 
Views:	12 
Size:	116.1 KB 
ID:	29423

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Please tell us more about your database set up. You mention "it gets kinda slow when more that one person is working on it at the same time"

    If the database is split into Front end/back end , Does each user have a copy of the front end own their on PC?
    What is your rationale for putting an Archive table on the backend and frontend?

    Instead of cut and paste have you considered a StatusFlag in your table with values such as "Requested, In Progress, Completed" --just curious.
    Last edited by orange; 07-14-2017 at 06:23 AM. Reason: spelling

  3. #3
    Martiens is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2016
    Posts
    2
    Yes, its a split database with a front and back end.

    The back end is on the server and the front end is on 5 different computers although there's only two people using it.
    When one person is using the database (through his own front end) there's no problem. But as soon as two people use it simultaneously, whenever you add a new record or start to edit an existing record, the whole database Stops Responding for a short while and then starts working again. No real big problem but very annoying.

    I decided to use a Check Box (Yes/No field) for when a request is complete or not and then just run a query to show only the records with the Yes/No field as False on a report that I print and give to my sub-contractor on a daily basis to go finish the work.

    I just thought that it would be better to be able to move all the complete requests (Yes/No Field - True) to a separate table or "archive" in order to keep as little as possible data in my main table (TBL_RequestLog) namely all the incomplete requests, but still have all the records safely tucked away and there when I need it.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    But as soon as two people use it simultaneously, whenever you add a new record or start to edit an existing record, the whole database Stops Responding for a short while and then starts working again.
    This tends to suggest something is wrong with the set up or some process.
    All users are using same version of Access?
    Each user has their own personal copy of the FE on their PC, right?
    Here is a list of performance tips.

    Perhaps someone else will comment/advise re the speed/delay issue.

    Good luck

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

Similar Threads

  1. Buttons: Data not moving to table
    By Michaelxl in forum Forms
    Replies: 1
    Last Post: 04-30-2015, 03:10 PM
  2. Replies: 2
    Last Post: 07-30-2013, 03:40 PM
  3. Copy and Paste Data Into an Indexed Table
    By CLT49er in forum Import/Export Data
    Replies: 1
    Last Post: 01-05-2012, 03:47 PM
  4. Moving data to table conditionally
    By adams.bria in forum Programming
    Replies: 4
    Last Post: 12-06-2011, 08:31 AM
  5. Moving data from one table to another?
    By Maverick1501 in forum Access
    Replies: 2
    Last Post: 03-15-2010, 08:08 AM

Tags for this Thread

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