G
Guest
I have a question about queries in an Access Database, I'm using MS office
2000.
I have this following data and I want to find a query that will show me any
records that overlap or don't match:
HoleID From To
GCD0600 0 1
GCD0600 1 2
GCD0600 1.9 3
GCD0600 3 3.5
GCD0600 4 5
GCD0601 0 1
GCD0601 1 2
GCD0601 2 3
So with the above information the query's result should show two records the
one with 1.9 in the "from" field (because it overlaps with the "to" field of
the previous record) and the one with 3.5 in the "to" field (because it
doesn't match the "from" field of the next record).
There are no records in the table that have the same HoleID+From (these two
fields combined are unique).
How do I do make this query? Also, I'm new to Access so please explain in
English as I don't speak visual basic!!! LOL
Thanks for any feedback.
2000.
I have this following data and I want to find a query that will show me any
records that overlap or don't match:
HoleID From To
GCD0600 0 1
GCD0600 1 2
GCD0600 1.9 3
GCD0600 3 3.5
GCD0600 4 5
GCD0601 0 1
GCD0601 1 2
GCD0601 2 3
So with the above information the query's result should show two records the
one with 1.9 in the "from" field (because it overlaps with the "to" field of
the previous record) and the one with 3.5 in the "to" field (because it
doesn't match the "from" field of the next record).
There are no records in the table that have the same HoleID+From (these two
fields combined are unique).
How do I do make this query? Also, I'm new to Access so please explain in
English as I don't speak visual basic!!! LOL

Thanks for any feedback.