On one of the forms in my project i have a data bound Combobox. At run time I want this Combobox to display nothing until the user clicks the arrow. Then I want the Combobox's first listing to be Add New (to add a new record), the second to be a line and then the rest to populated by the relevant field of the recordset. Also how do I check what the user clicked in the on click event so I can Add a new record or go to that selected record.

Any help would be greatly appreciated, thanks,
Wick