Hi All,
Using Access 03 & Win XP Pro:
When I run the following query it creates 769 records.
SELECT Claimant.*
FROM ClaimantNew INNER JOIN Claimant ON ClaimantNew.Barcode = Claimant.Barcode
WHERE ((Claimant.Flag)="x");
Then when I sort, ascending by barcode the record count goes to 754. Remove filter/sort brings the record count back up to 769. You can back and forth many times. I know that there are some dupes, that is what I am looking for but I can't explain this.
I have moved lots of data in my life and never run into this before. I created and empty mdb and imported the tables again and did a compact/repair before starting. The same thing happens.
I will figure some way to get what I need by doing make table queries and double checking results but I am very curious what circumstances could make this happen. Anyone run into this?
Thanks,
alr
_____________________________________
If a large part of intelligence is the ability to generalize, it is ironic that a large part of what we call wisdom is the ability not to generalize.
Using Access 03 & Win XP Pro:
When I run the following query it creates 769 records.
SELECT Claimant.*
FROM ClaimantNew INNER JOIN Claimant ON ClaimantNew.Barcode = Claimant.Barcode
WHERE ((Claimant.Flag)="x");
Then when I sort, ascending by barcode the record count goes to 754. Remove filter/sort brings the record count back up to 769. You can back and forth many times. I know that there are some dupes, that is what I am looking for but I can't explain this.
I have moved lots of data in my life and never run into this before. I created and empty mdb and imported the tables again and did a compact/repair before starting. The same thing happens.
I will figure some way to get what I need by doing make table queries and double checking results but I am very curious what circumstances could make this happen. Anyone run into this?
Thanks,
alr
_____________________________________
If a large part of intelligence is the ability to generalize, it is ironic that a large part of what we call wisdom is the ability not to generalize.