I am making my first attempt at a database. It should be fairly simple but I am lost. I have 10 fields in a table of about 15,000 records. I want to be able to view a record by selecting one piece of data from a combo box and have that selection limit the choices in a second combo box. Upon selection of the item in the 2nd combo box I would like the data for that record to be displayed on the form. I have no no problems constructing the forms, and or queries. I have found a few instances of this question in different forums but they don't seem to work. (I'm sure it's the operator) If the fields in question are called "state" and "city" I would prefer to be able to select either one first but that is not absolutely necessary. I really need to be "walked" through this. Any help would be greatly appreciated. Thanks