I want to build out an employee database. What I'm starting to run into is having 5000 fields in a single table, based off of employee name. There's a lot of data that doesn't need to be together, so while I can create 20+ different views, it seems l...