Connecting Tech Pros Worldwide Help | Site Map

Programmatically set a bound combo box using VB Access 2003

_JB_
Guest
 
Posts: n/a
#1: Jul 11 '07
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

Neil
Guest
 
Posts: n/a
#2: Jul 13 '07

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 Microsoft Access / VBA bytes