Brad - There are at least two ways:
Enter your criteria into a table and make the control source of a combo box on your form the field from that table, and the row source will be that table.
Or, if your values will be fairly static, define the Row source type of the combo box to be a Value list, and in the Row source field enter your criteria, seperated by semi-colons.