I have a unbound combobox that takes all dates fronm a table equal to or greater then today and lists them, choosing a date populates a subform on my form.
In the after update event of the combo I have:
Private Sub cboDateEntry_AfterUpdate()
On Error GoTo cboDateEntry_AfterUpdate_Err...