Just learning and I have a question about creating tables. For fields that have set values, what criteria do you to determine whether or not to use a combo box or a new table? For example, if you have an Employee table and one of your fields is Roles, would you also have a table for the types of roles, then just have the Roles field in the Employee table point to the Role table or would you just create a combo? As I'm designing my tables, I'm discovering that several of the fields could have set values, and I don't want to go too crazy with the table creations.