I have a form with a combo box that allows users to choose a specific catalog name (table1.id matches to table2.id, get table2.catalogname). Easy enough. But now I want that value to persist (once chosen) while also having a search box based on sku (table1.sku) that also returns the page number (table1.pagenumber) related to that sku. The page number field will be updated. Summing it up: choose a catalog and then repeatedly enter sku values and update their page numbers. I'm using Access 2007.