Combo Box, Not In List event, Access 2010 (2 Viewers)

vbaInet

AWF VIP
Local time
Today, 22:45
Joined
Jan 22, 2010
Messages
26,374
You've obviously done something in your db that's causing this behaviour. Upload your db and I'll take a look.
 

cluendo

Registered User.
Local time
Today, 14:45
Joined
Jan 22, 2011
Messages
41
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.
 

vbaInet

AWF VIP
Local time
Today, 22:45
Joined
Jan 22, 2010
Messages
26,374
Ok, next time try creating a new older version db and copy and paste from current to new.
 

cluendo

Registered User.
Local time
Today, 14:45
Joined
Jan 22, 2011
Messages
41
Thank you. I'm working on it as well.
I never thought that notinlist event is such a pain. :) or it's just me.
 

rsdharan

Registered User.
Local time
Tomorrow, 03:15
Joined
Jul 6, 2009
Messages
14
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
 

cluendo

Registered User.
Local time
Today, 14:45
Joined
Jan 22, 2011
Messages
41
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

Top Bottom