FMS Home Page FMS, Inc.
Transposing Data in Microsoft Access Tables and Data Normalization

FMS Development Team Blog

Exploring the Latest in Application Development

About FMS

FMS, Inc. is software development company in Tyson's Corner, VA.
E-mail usSend mail

Recent comments

© Copyright 2013 FMS, Inc.

Transposing Data in Microsoft Access Tables and Data Normalization

Microsoft AccessMicrosoft SQL ServerData normalization is fundamental to database design. Properly normalized data makes it easy to support an application over time and simplifies the querying, displaying, and reporting features of an application. 

Unfortunately, we don't always receive or have normalized data. Tables that require adding fields as the data changes over time are particularly problematic and violate the basic premise of database design where adding records is free, but adding fields is expensive:

Here are some updated resources detailing the value of data normalization, including a sample database and VBA code to transpose and normalize your existing data.

These and other related papers are part of our developer centers:

Hope these help you create more scalable, maintainable, and analyzable databases.

For advanced data analysis, check out our Total Access Statistics add-in product.

Currently rated 1.8 by 19 people

  • Currently 1.789473/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Luke on Monday, February 13, 2012 1:30 PM
Permalink | Comments (2) | Post RSSRSS comment feed

Comments