On 26 Jul 2006 18:37:08 -0700, Maureen227 wrote:
> I use a combo box for the user to choose a value. I would like that
> value to be the default value for the next record or until another
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=14015
> value is clicked . Can I do
> this in properties or even in code for the form.
> I know there is a Default property on the combo box but what do I but
> there. Is there a Default.lastvalue or something I can use?
>
> Thanks ahead
> MaureenReference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=14015
Code the Combo Box AfterUpdate event:
Me.ComboName.DefaultValue = """" & Me.ComboName & """"
Change ComboName to the actual name of your combo box.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail