Drop down list

J

Jim D

I need to put a drop down list in a form field (class #
that will show subject & time). How do I go about doing
this? I have an index of the class #'s & subject & times
created in MS Word, can I link that to the Access field?
Thanx in advance.
 
J

John Vinson

I need to put a drop down list in a form field (class #
that will show subject & time). How do I go about doing
this? I have an index of the class #'s & subject & times
created in MS Word, can I link that to the Access field?
Thanx in advance.

Import the "index" into an Access table, and use that table as the Row
Source of a "Combo Box" control on your Form. There is a toolbox on
the form design window - select the magic wand icon and then the combo
box icon, and draw a box on the form. The wizard will walk you through
the creation of the drop down list.
 

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