If you take data from Table A and Table B, your 'detail lines' are the records that occur in both. SOmething that occurs five times in A and once in B will result in 5 detail lines with the same value of B. If B had occurences, you'd have ten, five for each B.
Often it's best to group and suppress detail lines to get rid of the duplicates/
If the value might be missing from B, a 'left outer' will give you occurences of A not in B. This won't work if you also select for B, unless the selection allows for null values.
Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10
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.