Combo/list box RowSource can be an SQL that will show only distinct values, like:
SELECT DISTINCT fieldname FROM tablename ORDER BY fieldname;
If only want 1 month there are ways to set up query and criteria so user doesn't have to enter two full date values. They could just pick a month from a combobox list.