R
Reggie
I have a combo box on a form that provides a drop down list of city names. I
am currently unable to add new names to the list. I need to be able to add
new city names as I find them. The Access "Help" topic on how to build an
"event procedure" is confusing to this novice. The Help menu gives the
following as the appropriate Event Procedure I need. Can someone tell me
what I need to plug in. I think I have two of the three items correct but
would like an answer before I go on.
Private Sub controlname_NotInList(NewData As Sting, Response As Integer)
My control name would be: Combo 74 (Name that appears on top of the combo
box properties box.
NewData is what?
Response would be:acDataErrAdded
Thanks.
am currently unable to add new names to the list. I need to be able to add
new city names as I find them. The Access "Help" topic on how to build an
"event procedure" is confusing to this novice. The Help menu gives the
following as the appropriate Event Procedure I need. Can someone tell me
what I need to plug in. I think I have two of the three items correct but
would like an answer before I go on.
Private Sub controlname_NotInList(NewData As Sting, Response As Integer)
My control name would be: Combo 74 (Name that appears on top of the combo
box properties box.
NewData is what?
Response would be:acDataErrAdded
Thanks.