The blurb returned by Crystal's "help" talks about "enforce" as though the person asking what it means knows what it means. I don't.
1. Does "enforce" cause the machine to do more work in selecting records?
2. What difference does it make whether a join is enforced?
I have a report involving eleven tables. In most cases "inner join" is appropriate since there is always a corresponding row in the ;to; table. Two of the other 'to' tables warrant "left outer join"; and another is joined to one of three different tables depending on data values. So I'm wondering whether I should use "enforced both" on those joins where I know there has to be a corresponding row.
1. Does "enforce" cause the machine to do more work in selecting records?
2. What difference does it make whether a join is enforced?
I have a report involving eleven tables. In most cases "inner join" is appropriate since there is always a corresponding row in the ;to; table. Two of the other 'to' tables warrant "left outer join"; and another is joined to one of three different tables depending on data values. So I'm wondering whether I should use "enforced both" on those joins where I know there has to be a corresponding row.