Simple Drop Down List Box

G

Graham

Hi, I'm having trouble creating a very simple drop down list box. None of the
help files/wizards etc seem to explain the basic process ? I've fot as far as
getting a drop down arrow in the column, but no text in it ? e.g. where do I
enter the four choices that I want in the list , and how should they be
formatted etc. ?
Many Thanks
 
R

Rick Brandt

Graham said:
Hi, I'm having trouble creating a very simple drop down list box.
None of the help files/wizards etc seem to explain the basic process
? I've fot as far as getting a drop down arrow in the column, but no
text in it ? e.g. where do I enter the four choices that I want in
the list , and how should they be formatted etc. ?
Many Thanks

ComboBoxes have a RowSource property. That is where the list of choices comes
from. This is typically a ValueList (entries in the property separated by
semi-colons) or a query that pulls the choices from some table.

I suggest turning on the ToolBox wizard (the magic wand) and dropping a new
ComboBox on your form. The wizard will walk you through the whole thing.
 
G

Graham

Many thanks, sorted it out from your reply, though still can't make sense of
the wizard ?
 
V

Visitbazaar Info

Visitbazaar.com is a secure online shopping mall where you can shop over 200
stores and save up to 60% and more with coupons, deals and discounts. Since
October of 2007, we have helped many customers save money on products &
services ranging from arts and crafts to web services. At Visitbazaar.com,
we are strongly committed to keeping our online mall a safe place to shop
at, and to help our customers save money on a wide selection of products &
services.

My Window is a browser application which increases the internet browsing
speed by applying various compression techniques and protocol optimization.
Reduces the upload and download time in FTP. To switch on MyWindow feature,
log on Visitbazaar.com now.

http://www.visitbazaar.com/mywindow.html


Regards
Visitbazaar Info
 

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