Connecting Tech Pros Worldwide Forums | Help | Site Map

Default Values in combo box

Newbie
 
Join Date: Aug 2007
Posts: 3
#1: Aug 23 '07
Hi folks,

I'm trying to get a simple combo box on my form to default to the value "NO". The combo box is just a value list of "YES";"NO".

I have tried field lookups and such using "ItemData" and "ListItem" to no avail.

Thanks much!
Gavin

Newbie
 
Join Date: Aug 2007
Location: London
Posts: 3
#2: Aug 23 '07

re: Default Values in combo box


Quote:

Originally Posted by gav360

Hi folks,

I'm trying to get a simple combo box on my form to default to the value "NO". The combo box is just a value list of "YES";"NO".

I have tried field lookups and such using "ItemData" and "ListItem" to no avail.

Thanks much!
Gavin


Hi

Just type "No" in the Default Value Property of the combo box with the quotes and that should do it.

regards
Dave
Newbie
 
Join Date: Aug 2007
Posts: 3
#3: Aug 24 '07

re: Default Values in combo box


Quote:

Originally Posted by David Richardson

Hi

Just type "No" in the Default Value Property of the combo box with the quotes and that should do it.

regards
Dave

Dave, when i do that the combo box still just comes up blank...?
Newbie
 
Join Date: Aug 2007
Posts: 3
#4: Aug 24 '07

re: Default Values in combo box


Quote:

Originally Posted by gav360

Dave, when i do that the combo box still just comes up blank...?

Nvrmind, it just started working..hmm weird. Thanks Dave
Reply