Dairy Farmer
Registered User.
- Local time
- Today, 22:24
- Joined
- Sep 23, 2010
- Messages
- 244
Found this interesting and would like some info.
Is this bad practice?
How would this affect my DB?
Any useful comments please.
I have a table that has lookups.
T_Animal
IDAnimal
AnimalNumber (Indexed No Dup's)
AnimalGroup (Lookup)
AnimalSex (Lookup)
AnimalBreed (Lookup)
AnimalOrigin (Lookup)
AnimalCullReason (Lookup) .....
T_AnimalGroup
IDGroup
GroupNumber
GroupName
AnimalGroup = IDGroup
Ans so on.
You don't by chance have lookups defined in the field at table level do you? If so, you shouldn't.
Is this bad practice?
How would this affect my DB?
Any useful comments please.
I have a table that has lookups.
T_Animal
IDAnimal
AnimalNumber (Indexed No Dup's)
AnimalGroup (Lookup)
AnimalSex (Lookup)
AnimalBreed (Lookup)
AnimalOrigin (Lookup)
AnimalCullReason (Lookup) .....
T_AnimalGroup
IDGroup
GroupNumber
GroupName
AnimalGroup = IDGroup
Ans so on.