NotInList event not accessing current value

ojeffery

Registered User.
Local time
Today, 17:05
Joined
Nov 13, 2009
Messages
11
Hi,

I've got a drop down list, but I want people to be able to add to it. I'm using the NotInList event to do so, but when I try to grab AccountantCombo.value (the ComboBox value), it only accesses the previous (in list) value, not the value I've just typed (which triggered the NotInList event). :banghead:

Is there a way of accessing the value that you've just typed, instead of what was there previously?

Thanks, Oli.
 
AccountantCombo.text wil give you the value you're after.
 
Actually, it turned out to be NewData I was after, but thanks.
 

Users who are viewing this thread

Back
Top Bottom