
Originally Posted by
NTC
well - its not clear to me whether this is a bad thing. assuming the join is correct you want to see every contact by company...and this displays that...yes? is it returning invalid results? I am thinking not......
in terms of display you may not want to display that same company info over and over - and that is easily removed at the query level by going to an AggregateQuery with a group-on.....or you can group using Reports....
actually you probably can get what you want with a report/form object simply by making the main form/report based on Companies table and inserting a sub form/report based on the other tables....another approach...