I'm working on a database system that will be using MS Access as the backend(not that it matters, just for information).
I have stumbled into a bit of a problem with my design, I have a table of Assets, for example and asset could be a PC, Monitor or copier. The problem is that each asset has a set of specifications, CPU/RAM for the PC, size for the monitor, color/b&w for the copier. Since each type of Asset has different fields for it's specs I am wondering what the ideal method would be for normalizing this database.
Thanks for your help.