Hi, I'm currently constructing a DB which should have <1000 records when completed. I'm aware of the Normalisation issues, but uncertain as to how far to take it ? As an example, I have 14 clubs under the one league. Should I create a separate Club_Table, or can I simply use a 2 Column Combo (ClubName, ClubID) with the ClubID being Bound, and select for each new member ?
Ditto with Fields such as Club Officers e.g. Capatain, Vice Captain, Secretary, Treasurer etc, a max of 10-15 choices, should this be a separate Officers_Table ?
I can see that I could easily end up with 10+ Tables, each with only 10-15 entries in each ?
Should I be going that way, or can I stick with Combo Box selections ?
Any useful "rules of thumb" to follow ?
Regards
Ditto with Fields such as Club Officers e.g. Capatain, Vice Captain, Secretary, Treasurer etc, a max of 10-15 choices, should this be a separate Officers_Table ?
I can see that I could easily end up with 10+ Tables, each with only 10-15 entries in each ?
Should I be going that way, or can I stick with Combo Box selections ?
Any useful "rules of thumb" to follow ?
Regards