MS Access analyzer and optimizer

geralf

Registered User.
Local time
Today, 15:55
Joined
Nov 15, 2002
Messages
212
Hi,

Does anyone know why the analyzer tool suggests to make a relationship to it's own table?. If I do this optimization, the table is added once more in the Relationship window, and gets the MyTable_1 extension?

Thanks in advance
 
Most likely it sees a relationship whereby a value is "recursive" in that it stores a value within its field from elsewhere in that table.

i.e.

tblPeople
PeopleID
Forename
Surname
ManagerID


where ManagerID could be any of PeopleID
 
geralf said:
Hi,

Does anyone know why the analyzer tool suggests to make a relationship to it's own table?. If I do this optimization, the table is added once more in the Relationship window, and gets the MyTable_1 extension?

Thanks in advance

The analyzer is stupid.
 

Users who are viewing this thread

Back
Top Bottom