Drop down listbox

  • Thread starter Thread starter David Findlay
  • Start date Start date
D

David Findlay

I'm using access 2003, and can find a listbox control and a combo box
control, but no a drop-down list box control. Is there one, or can you
make the combo box act like one? I basically don't want to be able to
type anything into it, and always want the default selected item to
appear in it at all times. Thanks,

David
 
I'm using access 2003, and can find a listbox control and a combo box
control, but no a drop-down list box control. Is there one, or can you
make the combo box act like one? I basically don't want to be able to
type anything into it, and always want the default selected item to
appear in it at all times. Thanks,

David

There are only the two control types.

You can set the combo's Limit to List property to TRUE to prevent
typing new data in (typing *will* let the user select a value), and
you can set its DefaultValue property to make a default always appear.

John W. Vinson[MVP]
 

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

Back
Top