I'm on the Big Island ... cold here today though (65 ... got down in the 50's last night, brr - has it gotten that warm this year by you ...

)
QUOTE
Are you trying to generate a list in the combo box based off the entries?
not really. Have a list of event dates in the combo. If the user types in a date which doesn't exist, I have an add routine which allows the date to be added. Works fine.
Want to add the functionality of picking a date from a calendar. Using John Grove's pop-up calendar from
here . (very slick, hats off to John!)
Clicking a date works as expected if I direct it to, say, a text box. But no go to a combo. Tried Me.EventDatecmb.column(1) and just got an object error.
Any suggestions?
H