I have a subform that has a table for the record source that has a key of master_sid_k and budget_year. The master_sid_k links the subform to the main form, and the subform is displayed in Form View (one record at a time). When the main form is displayed, I want the record showing in the subform to be the record where budget_year = 2009. If there is no record for 2009, then display the latest year available. In other words, how can you control what record shows initially in a subform?