I currently have a combo box, (Combo7) placed in a form which pulls its drop down list from a table (TBL_Warehouse_Process_Area). This table has one field, [Operations AREA]which simply lists the varied operational processes. This form has 3 combo buttons used to gather information from a user. This configuration is used to compare information housed in my main table (MasterTBLReport), but when selections are made from the DropDown menu, it changes the data in the (MasterTBLReport). I simply want it to compare housed data and return the results using a select query. Does anyone have any ideas where I'm going wrong?