P
phil
I posted once, will try again, most likely I was not clear and now I
have more specific info if anyone has an answer.
win98
acc2000 sr1 (maybe 1a haven't checked yet)
exclusive single station operation. no be/fe.
2 tables as follows with sample data
tbl A
field longint job
field longint yr
3421 2003
3421 2004
7000 2003
7000 2004
8000 2003
8000 2004
9000 2003
9000 2004
tbl B
fld longint job
fld date somedate
fld others...
3421 8/1/2003
7000 8/1/2003
7000 11/1/2004
8000 8/1/2003
9000 8/1/2003
9000 11/1/2004
query:
select A.job, a.yr from B right join A on b.job = a.job
where a.yr = 2004 and B.somedate > #9/30/2003#;
produces;
3421 2004
7000 2004
9000 2004
obviously not picking up the 8000 record in A
if I change the two records from 8000 to 8001 it will pick it up
I tried indexing and retyping the records, compacting the database and
fixing office.
Any ideas on this bug/glitch
Also, I believe I ran into this behavior in another scenerio with a
different db but can not confirm this. I just ignored the problem and
did without whatever I was doing, but I do vaguely recall similar
instance.
have more specific info if anyone has an answer.
win98
acc2000 sr1 (maybe 1a haven't checked yet)
exclusive single station operation. no be/fe.
2 tables as follows with sample data
tbl A
field longint job
field longint yr
3421 2003
3421 2004
7000 2003
7000 2004
8000 2003
8000 2004
9000 2003
9000 2004
tbl B
fld longint job
fld date somedate
fld others...
3421 8/1/2003
7000 8/1/2003
7000 11/1/2004
8000 8/1/2003
9000 8/1/2003
9000 11/1/2004
query:
select A.job, a.yr from B right join A on b.job = a.job
where a.yr = 2004 and B.somedate > #9/30/2003#;
produces;
3421 2004
7000 2004
9000 2004
obviously not picking up the 8000 record in A
if I change the two records from 8000 to 8001 it will pick it up
I tried indexing and retyping the records, compacting the database and
fixing office.
Any ideas on this bug/glitch
Also, I believe I ran into this behavior in another scenerio with a
different db but can not confirm this. I just ignored the problem and
did without whatever I was doing, but I do vaguely recall similar
instance.