J
John F
I am using lutblDescript as a lookup table for a combobox for filling in a
Description field in another table. I would like to use the NotInList Event
to add what was typed into the combox as a new record in lutblDescript
Private Sub itmDescription_NotInList(NewData As String, Response As Integer)
?
?
End Sub
NewData gives me the information that I want added to the lookup table.
The lookup table has 2 fields an [dscID], primary key and [dscDescription]
So far I have drawn a blank.
Description field in another table. I would like to use the NotInList Event
to add what was typed into the combox as a new record in lutblDescript
Private Sub itmDescription_NotInList(NewData As String, Response As Integer)
?
?
End Sub
NewData gives me the information that I want added to the lookup table.
The lookup table has 2 fields an [dscID], primary key and [dscDescription]
So far I have drawn a blank.