Following the article on Database Normalization I ended up with a large number of tables which means I will have to preform a large number of SQL queries to retrieve the data I want... is there a point where duplicate data outways the drawbacks of large numbers of SQL queries?
If so at what point is that?
My example
17 fields to start -> 4 steps -> 10 tables = 11 SQL Queries just on the login
Mark