jlnewbie
Technical User
- Aug 9, 2000
- 69
I kmow that this is a FAQ, But I can't seem to add a new record to my combo box. Right now my combo box has five values in its list (as a lookup). I want the user to add to this list when necessary. Ive copied this code from MVPS.org/access. I also tried the Solutions DB event to add a record, but no luck. This is the code below. It seems I'm on the right track but I lost from the point where I get the error messages
Do I just add this code to the Not In List Event or do add it to somewhere else? Do I change any other properties in the table or form. Im also I'm confused about Limit to List Property of the table. Do I set it to Yes? Please be gentle I'm still new to this. Please explain as much as you can
Thanks.
Private Sub CuringDays_NotInList(NewData As String, Response As Integer)
Dim db As Database, rs As Recordset
Dim strMsg As String
strMsg =
Do I just add this code to the Not In List Event or do add it to somewhere else? Do I change any other properties in the table or form. Im also I'm confused about Limit to List Property of the table. Do I set it to Yes? Please be gentle I'm still new to this. Please explain as much as you can
Thanks.
Private Sub CuringDays_NotInList(NewData As String, Response As Integer)
Dim db As Database, rs As Recordset
Dim strMsg As String
strMsg =