Hi,
I'm trying to get an unbound combobox in a form to show what I want. I'm using this combo to change the forms recordsource, so only entries from the selected date shows. This works fine. If I add a new record to the form with the current date, I would like the combo also to be displaying the current date. The combos recordsource is a query based on the entered dates. So the date is in the combos list. So how can I, using VBA, 'select' the date as I would from the dropdown list?
TIA
I'm trying to get an unbound combobox in a form to show what I want. I'm using this combo to change the forms recordsource, so only entries from the selected date shows. This works fine. If I add a new record to the form with the current date, I would like the combo also to be displaying the current date. The combos recordsource is a query based on the entered dates. So the date is in the combos list. So how can I, using VBA, 'select' the date as I would from the dropdown list?
TIA