I have a form containing a calendar function and a combo box. The combo box looks at value from a query within a tab. The two values of the combo box are ID and date. The ID field is the bound column in the combo box.
I want to be able to select a date on the calendar and the combo box to populate the id with the matching date.
I have tried the following code on the event 'On Click' on the combo box but receive an error message (Run time error 424) Object Required.
Combo3.Column(2) = Calendar0.Value
Help.