Thanks Vapid2323 for the link but i am still unable to work it out
Ok I have created a table to store the names of people, who read audio books, then I have created a input form to add new books, on this input form I have created a combo box using the control wizard to select data from the book narrator table and it works just fine.
Now my problem I need to be able to double click on the combo box to add new data to the narrators table.
I also understand I need to go to the properties of the combo box and click on the event tab and then on not in list box.
If I click on the small down pointing arrow I get [Event Procedure] then if I click on the three … dots after the small pointing down arrow I get a dialog box with three choices
1 Macro builder
2 Expression Builder
3 Code Builder
I believe if I am right I need the code builder option
If then click on the space just before the down the small down pointing arrow and get the [Event Procedure] then click on the small just to the right I get Visual Basic box with some code in it.
I am then lost so please what do I do now on top of the visual basic window just below the toolbar I have selected the combo box name and then over to the right I have selected not in list.
How do I save this code that’s if I have to save it?
Then I have done the same for the Double click option
But nothing seems to work I still am unable to double click to add a record