A family of Microsoft relational database management systems designed for ease of use.
On my website are several samples of normalizing repeated columns, such as you are describing.
- NormalizingRepeatingColumns1 (beginner)
Document Included
This sample demonstrates how to normalize a simple PC_Inventory table. Its purpose is to demonstrate the general principles of normalizing denormalized data from a spreadsheet.
Document Included
This sample demonstrates how to normalize a PC_Inventory table that has two sets of repeated columns. It's purpose is to demonstrate the general principles of normalizing denormalized data from a spreadsheet.
Document Included
This sample demonstrates how to normalize a table that has repeated Yes/N0 columns. It's purpose is to demonstrate the general principles of normalizing denormalized data from a spreadsheet.
- NormalizingRepeatingColumnsVBA.mdbDocument Included
This sample demonstrates how to normalize a table that has repeated columns with VBA. It's purpose is to demonstrate the general principles of normalizing denormalized data from a spreadsheet with code rather than SQL statements.