I've build a small database, to store VBA code snippets, nice way to practice the combobox.
Form the combo I can start the frmCodeBasAdd, with
Private Sub cboAccesCodeBas_NotInList(NewData As String, Response As Integer)
DoCmd.OpenForm "frmCodeBasAdd", acNormal, , , acFormAdd, acDialog...