D
Doug Robbins
Using Access 2003, I have a Union Select query to combine information from
two separate tables. In one of the tables there are two records that in one
field have the same value that happens to be the number 10,000. The Union
Select query ignores one of these records. However, if I change the value
of the entry in that field for the record that is ignored to 10,000.01, the
record is then included in the result of the Union Select Query.
Can anyone explain why the record would be ignored when it contains the
value of 10,000?
two separate tables. In one of the tables there are two records that in one
field have the same value that happens to be the number 10,000. The Union
Select query ignores one of these records. However, if I change the value
of the entry in that field for the record that is ignored to 10,000.01, the
record is then included in the result of the Union Select Query.
Can anyone explain why the record would be ignored when it contains the
value of 10,000?