Connecting Tech Pros Worldwide Help | Site Map

Keep a value in the combobox

 
LinkBack Thread Tools Search this Thread
  #1  
Old June 15th, 2006, 04:55 PM
egidio.caldeira@gmail.com
Guest
 
Posts: n/a
Default Keep a value in the combobox

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?


  #2  
Old June 15th, 2006, 05:25 PM
fredg
Guest
 
Posts: n/a
Default Re: Keep a value in the combobox

On 15 Jun 2006 09:51:27 -0700, egidio.caldeira@gmail.com wrote:
[color=blue]
> 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?[/color]

Code the Combo Box AfterUpdate event:
Me.ComboName.DefaultValue = """" & Me!ComboName & """"
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
  #3  
Old June 15th, 2006, 05:35 PM
egidio.caldeira@gmail.com
Guest
 
Posts: n/a
Default Re: Keep a value in the combobox


fredg wrote:[color=blue]
> On 15 Jun 2006 09:51:27 -0700, egidio.caldeira@gmail.com wrote:
>[color=green]
> > 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?[/color]
>
> Code the Combo Box AfterUpdate event:
> Me.ComboName.DefaultValue = """" & Me!ComboName & """"
> --
> Fred
> Please respond only to this newsgroup.
> I do not reply to personal e-mail[/color]

Thanx for the quick answer :) it works very well.

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.