access 2002 "OnNotInList" event in combobox

D

Dannyboy

For some reason the above event does not take place when a new entry was
entered into the combobox area of a form header. The combobox gets its data
from a table. However, as a matter of interest the "Before_Update" event does
work.
Would be greatefull for any ideas.

Thank you.
 
K

Ken Sheridan

Is the control's LimitToList property True (Yes in the properties sheet)?

Ken Sheridan
Stafford, England
 
Top