> Hi,
>
> Can any one help me?
>
> how can i do to a combobox keep in new records, the value choose by one
> user, until he changes it?
Code the Combo Box AfterUpdate event:
Me.ComboName.DefaultValue = """" & Me!ComboName & """"

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
egidio.caldeira@gmail.com - 15 Jun 2006 18:33 GMT
> > Hi,
> >
[quoted text clipped - 9 lines]
> Please respond only to this newsgroup.
> I do not reply to personal e-mail
Thanx for the quick answer :) it works very well.