Thanks for the response....you got me started and I think I'm on the right track now. I've got three columns, supplier, payment and materials, and each one has several entities which can be described by their attribute (name), type (text, integer, etc), domain (further restrictions on type), and whether or not it's required. From there I create another table that describes the relationships between these entities. Does this sound reasonable? I'm a little fuzzy on normalization too....I know an entity is 1NF if there are no attributes that can have more than one value for a single instance of the entity, and an entity is in 2NF if it's already in 1NF and the values of all nonpirmary key attributes are dependent on the full primary key.....this is where I think i'm getting stuck though......from the list does it look like any normalization needs to occur?
thanks again for your help/suggestions
