Search results

  1. P

    New record at top of list

    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...
Back
Top Bottom