Results 1 to 2 of 2
  1. #1
    Adam7 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    20

    Help with setting up a new part to the database?

    Hi,

    In our main database there are thousands of people.

    I need to have a new table that contains people that cannot go into the main database table until they have been phoned.

    Then, if the phone call was successful they are to be added to the main table, if unsuccessful they are to be deleted or marked as delete so they are not contacted again.

    The record also needs to be checked that it's not already on the main database at some point to avoid dupes.

    Ideally, when a record is added to the main database, it is deleted from this new table.



    Was hoping for some advice on the easiest way to move the relevant records into the main database without having to copy and paste each one individually.

    My ability on access is limited and more so in the case of my colleagues, so it needs to be straightforward.

    Every method I come up with seems to end up getting massively complicated so any suggestions would be much appreciated.

    Sorry if this isn't very clear, I'm writing it in a rush!

    Thanks,

    Adam.

  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,640
    Well, it's not hard to move a record; you execute an append query and then a delete query using the key value of the record. That said, I would have all the data in one table, with an added status field. A status of "N" could mean needs to be called, a status of "D" could mean do not call, etc. That lets you get any or all status's easily using the appropriate criteria.
    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. setting up a database
    By sharon137 in forum Queries
    Replies: 1
    Last Post: 07-20-2012, 07:16 AM
  2. Setting up relational database
    By aceoftrades in forum Access
    Replies: 1
    Last Post: 02-22-2012, 08:42 AM
  3. Replies: 1
    Last Post: 02-02-2012, 06:43 PM
  4. Help with setting up database
    By peachesflora in forum Database Design
    Replies: 1
    Last Post: 02-22-2011, 05:02 PM
  5. Setting up new database
    By mduplantis in forum Database Design
    Replies: 1
    Last Post: 06-23-2010, 11:07 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