V
vk
Hi
I am having a problem with access 2000 sql query not executing
properly on a particular table. It's a pretty simple query that lists
rows present in one of two tables.
select id from a
where id not in (select id from b)
As a result of this I get a single blank row returned. When i reverse
"a" and "b" the query works. If I replace "b" with another table or
even an older version of the same table it works. I think that there
is some sort of table corruption, but hope that it's a bug that has
been fixed. I tried compact / repair and it didn't change anything. I
get no error messages and don't know where to find an error log or
even if it exists.
Any help is greatly appreciated.
vk
I am having a problem with access 2000 sql query not executing
properly on a particular table. It's a pretty simple query that lists
rows present in one of two tables.
select id from a
where id not in (select id from b)
As a result of this I get a single blank row returned. When i reverse
"a" and "b" the query works. If I replace "b" with another table or
even an older version of the same table it works. I think that there
is some sort of table corruption, but hope that it's a bug that has
been fixed. I tried compact / repair and it didn't change anything. I
get no error messages and don't know where to find an error log or
even if it exists.
Any help is greatly appreciated.
vk