Results 1 to 2 of 2
  1. #1
    bladeap is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Posts
    1

    duplicates


    I just started using Access a few months ago, while helping a boss at work update a rather large database. So I'm not very well versed in it.

    I have a table with 1810 entries. There definitely were duplicates within it. I found this out when I ran a query to check if there was. I saved the results in another table and it showed that I now had 1702 entries. I've tried running another query to find out what those 108 entries are, but nothing seems to work. I also am having a problem of not being able to make a field called 'Identification Number' my primary key. Nothing seems to work!

    Sadly, I just got this error in addition to my woes: "The Microsoft Access database engine could not find the object....."

    Can anyone help?

  2. #2
    Siiig is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jan 2013
    Posts
    30
    Quote Originally Posted by bladeap View Post
    I just started using Access a few months ago, while helping a boss at work update a rather large database. So I'm not very well versed in it.

    I have a table with 1810 entries. There definitely were duplicates within it. I found this out when I ran a query to check if there was. I saved the results in another table and it showed that I now had 1702 entries. I've tried running another query to find out what those 108 entries are, but nothing seems to work. I also am having a problem of not being able to make a field called 'Identification Number' my primary key. Nothing seems to work!

    Sadly, I just got this error in addition to my woes: "The Microsoft Access database engine could not find the object....."

    Can anyone help?
    This may help you out with finding the duplicates...

    In (SELECT [Duplicate] FROM [Table] As Tmp GROUP BY [Duplicate] HAVING Count(*)>1 )

    Add this to the column with the appropriate fields filled above.

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

Similar Threads

  1. Duplicates?
    By brownk in forum Queries
    Replies: 8
    Last Post: 11-02-2012, 11:58 AM
  2. help with Duplicates
    By keat63 in forum Queries
    Replies: 4
    Last Post: 09-01-2011, 07:51 AM
  3. keep getting duplicates
    By MichaelMic in forum Queries
    Replies: 3
    Last Post: 05-15-2011, 10:37 PM
  4. Getting rid of duplicates
    By anemoskkk in forum Access
    Replies: 1
    Last Post: 04-17-2011, 11:24 AM
  5. duplicates
    By Roberta in forum Queries
    Replies: 5
    Last Post: 09-10-2010, 07:31 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