access 2002 "OnNotInList" event in combobox

  • Thread starter Thread starter Dannyboy
  • Start date Start date
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.
 
Is the control's LimitToList property True (Yes in the properties sheet)?

Ken Sheridan
Stafford, England
 
Back
Top