maxmangion
AWF VIP
- Local time
- Today, 17:30
- Joined
- Feb 26, 2003
- Messages
- 2,805
in having the following tables in a database, would you think, i will be creating data redundancy:
tblMainCategory
MainCategoryID - autonumber
MainCategory - text
tblSubCategory
SubCategoryID - autonumber
SubCategory - text
MainCategoryID - Foreign Key to above table
tblCategory
CategoryID - autonumber
Category - text
SubCategoryID - Foreign Key to SubCategory Table
MainCategoryID - Foreign Key to MainCategory Table
tblMainTable
BookID - autonumber
Book - text
author - text
MainCategory - Number
SubCategory - Number
Category - Number
(These last three fields will be combo boxes) where later when creating the forms, i shall use these three fields as cascading combo boxes.
Does the above scenario creates data redundancy ?
Thank you!
tblMainCategory
MainCategoryID - autonumber
MainCategory - text
tblSubCategory
SubCategoryID - autonumber
SubCategory - text
MainCategoryID - Foreign Key to above table
tblCategory
CategoryID - autonumber
Category - text
SubCategoryID - Foreign Key to SubCategory Table
MainCategoryID - Foreign Key to MainCategory Table
tblMainTable
BookID - autonumber
Book - text
author - text
MainCategory - Number
SubCategory - Number
Category - Number
(These last three fields will be combo boxes) where later when creating the forms, i shall use these three fields as cascading combo boxes.
Does the above scenario creates data redundancy ?
Thank you!