Connecting Tech Pros Worldwide Help | Site Map

Keep a value in the combobox

  #1  
Old June 15th, 2006, 05:55 PM
egidio.caldeira@gmail.com
Guest
 
Posts: n/a
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, 06:25 PM
fredg
Guest
 
Posts: n/a

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, 06:35 PM
egidio.caldeira@gmail.com
Guest
 
Posts: n/a

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.

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enter null values from ComboBox Andrus answers 1 December 18th, 2007 09:05 AM
how I make to recoup the value of database and to keep selected in combobox julianomartins answers 1 September 19th, 2007 11:53 PM
Autofilled field after chose value in another combobox AA Arens answers 10 March 13th, 2006 01:45 AM
How to synchronize current record in the form with value selected in a combobox ? Zlatko Matiæ answers 8 November 13th, 2005 09:20 AM