Bound ComboBox and Default Values

C

Chris

I have a 2 column ComboBox bound to a row source and a control
source. Is it possible for me to set a default value, one that isn't
in the control/row source?
 
K

Klatuu

The Default Value needs to be one of the choices in the list. What is it you
are tryinig to do? Maybe we can help with some ideas.
 
Top