Hi all, I have a Review form that has a sub-form which lists all observations made for that particular review. I have a "VIEW" option for each record in the subform that allows you to open the Observation form and view or modify the selected observation. The "VIEW" option opens the observation form using a where clause. On the observation form, I have a combo box with a list of the Observation numbers for that same review. If I open the observation form not using the where clause, the combo box works and finds a record based on my selection in the combo box. However, if use the "View" option i.e. the where clause, the correct observation shows, but I am not able to use the combo box to go to other observations. I am guessing this is because the where clause has limited the records. Can anyone suggest a way to get around this. I would still like to use the "View" button to find a specific observation, but I would also like the user to have the option to use the combo box once the observation form is opened.