I have a query that groups the dates in a table so that they can be displayed in a combo, but the records needed are really only the month and the year that a record has been entered in and the recordset produced has the day,<br>so I need to narrow them down and load them into a combo list. In vb this would be simple by using the additem method<br>is there a simalar way in Access? Doing a compare and finding the month is not a problem with a loop but then I want to load them into the list property of the combo