A few questions here...
I have a customer info table. When I view it in Ascending sort it shows 7824 records, When I view it in Descending it shows 8764. Why is that?
I use CustomerID as an autonumber which should be unique?
But for some reason I have a few customers with a duplicate ID. I tried to delete the duplicates but it wouldnt met saying that "The search key was not found in any record"
I tried changing CustomerID for the duplicates and it wouldnt let me.
After all this I decided to Repair the database. When I go to Compact and Repair the Database in tools, it deletes all the records with an ID higher than 7849. Basicly it only keeps the records that I can see in Ascending Sort. But like I said when I sort Descending there are 1000 extra records that I can see, which get deleted when I use the repair feature.
Any help/suggestions greatly appreciated, thank you
I have a customer info table. When I view it in Ascending sort it shows 7824 records, When I view it in Descending it shows 8764. Why is that?
I use CustomerID as an autonumber which should be unique?
But for some reason I have a few customers with a duplicate ID. I tried to delete the duplicates but it wouldnt met saying that "The search key was not found in any record"
I tried changing CustomerID for the duplicates and it wouldnt let me.
After all this I decided to Repair the database. When I go to Compact and Repair the Database in tools, it deletes all the records with an ID higher than 7849. Basicly it only keeps the records that I can see in Ascending Sort. But like I said when I sort Descending there are 1000 extra records that I can see, which get deleted when I use the repair feature.
Any help/suggestions greatly appreciated, thank you