I am in the process of designing a database app for a client of mine. I have it laid out with at least 36 tables. I am trying to downsize the database and make it less complex without losing functionality. About 8 of these tables are holding single fields. For example, I have a table called Test that contains various information including a Laboratory_ID that is connected to a Laboratory table which just contains names of laboratories. A friend of mine was saying there is some way to set up my Test table so that those values would be there sort of as a combo box without having to have a separate Laboratory table. Is this possible? I am also toying with the idea of making a static combo box on one of my forms that just lists the various labs without pulling them from a table. Any suggestions on the matter? Thanks!