Assigning a default value for a combo box

G

Guest

I have combo boxes that contain the numbers 0;1;2;3;4 as the value list such
that the user can select one of these choices. I'd like for the "0" to be
the default value and pre-populated in the field when the user brings up the
page. I've tried to use the [boxname].ItemData(0) in the default line of the
properties but the default value is still not showing up. Any suggestions?
thank you

Phil
 
G

Guest

I've tried it with and without the quotes. It still doesn't populate the
field with the 0 (I have the "0" as my first option). Any other suggestions?


ldiaz said:
[boxName].[ItemData]("0") but 0 mean is the first name in the list.

Thanks


--
Lorenzo Díaz
Cad Technician


P Nahser said:
I have combo boxes that contain the numbers 0;1;2;3;4 as the value list such
that the user can select one of these choices. I'd like for the "0" to be
the default value and pre-populated in the field when the user brings up the
page. I've tried to use the [boxname].ItemData(0) in the default line of the
properties but the default value is still not showing up. Any suggestions?
thank you

Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top