I'm wanting to use a combo box to select the query criteria for opening a form. I want a combo box that gets it's values from the DateImported field in tbPayDetails. When you select a date, it uses that as the query criteria and returns all records from tbPayDetails that were imported on that date. The problem I have is that as there are multiple records with the same date, I get these multiple options in the combo box. Eg. 50 records imported on 9/29/04, 50 records on 8/29/04, where I just want one occurence of the date to be listed in the combo box. Is it possible to do this, or do I need a separate table that lists the import dates and just that table for the combo box source.
Any suggestions or advice greatly appreciated.
Any suggestions or advice greatly appreciated.