Your bound (to table.column) combobox will only work for a static list; that is, all the rows of your column will always be listed. If you want the combobox values to depend on some variable criteria, then you will have to either bind it to a saved query or assign its Row Source to a query that...