Click to See Complete Forum and Search --> : duplicate records linking tables


jpd99
December 16th, 2005, 04:34 PM
Want to do a MAS90 PR report linking Tables PR6, PR7, & PR8. The tables have multiple records for each employee. When I link PR6 & PR7 everything's fine. When I include PR8 then the records from PR7 print multiple times. What am I doing wrong? Thanks.

Madhi
December 30th, 2005, 03:23 AM
Post the sample data and the result you want

Mike Vega
December 31st, 2005, 01:51 AM
you need to be sure you understand the relationships the tables have to each othe.

In most cases, you'll need to do LEFT OUTER JOINS..and not INNER JOINS.

But again, this is based on the data set that you are trying to achieve.

post some sample data lines of what you are getting and also an example of what you would like to see ....then we can help.