I created a Query which is pulling from 3 tables. I use a criteria to filter records but when I open the query all the records double.
any ideas on how to prevent this?
You can use Select Distinct clause to eliminate duplicates. The doubling occurs because one of the tables contains two records that match the join column on one of the other tables. You may want to verify that the relationships betwen the tables are defined properly in the join properties of the query. Terry
;-) The single biggest challenge to learning SQL programming is unlearning procedural programming. -Joe Celko
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.