Results 1 to 2 of 2
  1. #1
    megatronixs is offline Advanced Beginner
    Windows 8 Access 2013
    Join Date
    Jul 2015
    Posts
    91

    Asigning cases and then remove them from the table

    Hi all,

    I'm trying to make a query that will be used to asign cases. I have a table that gets updated from a intranet site where I take the data from. Some team members will Asign from the access table the cases using drop down box to choose the analyst, then a button should move that case into the working table, and on the same time the cases should be gone from the table.

    What would be the best approach to get this done? Is it also possible to select multiple records in the same time?



    I will start working on this now, so having some tips could help out.

    Greetings.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Best approach is to NOT move records between tables. Instead, change a value in a field. However, if you must move records from a temporary import table to a permanent table, can use an INSERT sql action for the 'move' then a DELETE sql action to delete from the 'temporary' table. Code would be behind a form. 'Moving' multiple records might be possible with an INSERT SELECT sql action.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Assign cases for employees to work
    By chrisernst in forum Access
    Replies: 2
    Last Post: 06-18-2015, 08:51 AM
  2. Replies: 6
    Last Post: 10-05-2012, 04:57 AM
  3. Pull All Cases of a Client
    By nevets in forum Reports
    Replies: 1
    Last Post: 02-22-2012, 08:08 PM
  4. OrderBy Not working for select few cases
    By walter189 in forum Programming
    Replies: 2
    Last Post: 08-19-2011, 05:53 AM
  5. Replies: 7
    Last Post: 04-15-2011, 08:46 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