Connecting Tech Pros Worldwide Help | Site Map

Programmatically set a bound combo box using VB Access 2003

  #1  
Old July 11th, 2007, 05:25 AM
_JB_
Guest
 
Posts: n/a
Hi,

I'm having problems changing the selected entry in a combo box when
it's Row Source Type is Table/Query. I can do it easily when it's of
Value List type by setting the Value property. However I can't seem to
find a way to set the combo box when its data bound.

Can anyone help me out?

Cheers JB

  #2  
Old July 13th, 2007, 01:45 AM
Neil
Guest
 
Posts: n/a

re: Programmatically set a bound combo box using VB Access 2003


The value of the combo box will be whatever column is the "bound column." If
you post the SQL you're using for your RowSource and the code you're using
to get/set the value, we can probably help you further.

Neil


"_JB_" <johnb300@bigfoot.comwrote in message
news:1184127581.198246.283980@i38g2000prf.googlegr oups.com...
Quote:
Hi,
>
I'm having problems changing the selected entry in a combo box when
it's Row Source Type is Table/Query. I can do it easily when it's of
Value List type by setting the Value property. However I can't seem to
find a way to set the combo box when its data bound.
>
Can anyone help me out?
>
Cheers JB
>

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Asp.net Important Topics. shamirza answers 0 January 18th, 2007 05:15 AM