I never find the answer to this question, seems impossible to me but I use the following workaround: In the double click event of the combo box, put the code
Private Sub NameOfComboBox_DblClick(Cancel As Integer)
DoCmd.GoToRecord Record:=acNewRec
End Sub
And that's all! You double click on...