A
aybs10
Here's the gist of a situation I have: I have 2 tables A and B. In one
query (call it Q1) I find all record common to both tables, in a second
query (Q2) I find records that B has that A doesn't have.
I run both queries and write the record count down and add them up -
this doesn't add up to the total number of records of Table B.
Suspecting something fishy, I make a third query (Q3) which is a union
of Q1 and Q2...now the record count DOES add up to the total records of
table B.
Strange but true - I suspect something is corrupted, although I have
just compacted the database and the results are the same. If I proceed
to run update queries, I'm not to confident in where this might go.
Anyone see this before or have experience handling it?
query (call it Q1) I find all record common to both tables, in a second
query (Q2) I find records that B has that A doesn't have.
I run both queries and write the record count down and add them up -
this doesn't add up to the total number of records of Table B.
Suspecting something fishy, I make a third query (Q3) which is a union
of Q1 and Q2...now the record count DOES add up to the total records of
table B.
Strange but true - I suspect something is corrupted, although I have
just compacted the database and the results are the same. If I proceed
to run update queries, I'm not to confident in where this might go.
Anyone see this before or have experience handling it?