Combo Box, Not In List event, Access 2010

You've obviously done something in your db that's causing this behaviour. Upload your db and I'll take a look.
 
Ok. I cannot save it as older version because I use "some new features" lol.

But I'm working a new one, fresh one :) It will be here in 10 mins.
 
Ok, next time try creating a new older version db and copy and paste from current to new.
 
Thank you. I'm working on it as well.
I never thought that notinlist event is such a pain. :) or it's just me.
 
You need to refresh the combo box after you add the record to the AddForm. Use the Requery method of the combo box.
yes i agree with vbaInet. It is an effective method to requery the combobox property after upadate event triggers
 
Ok guys, somehow I figure it out myself. I will post my code today, to check if it is efficient and do not have logical problems (although it is working) :)

vbaInet - big thanx for you, but don't go away yet! :)
 

Users who are viewing this thread

Back
Top Bottom