List Box no displaying added choices

  • Thread starter Angela_Marie via AccessMonster.com
  • Start date
A

Angela_Marie via AccessMonster.com

I have several drop-down list boxes in a few forms that I am having trouble
with. When I originally set up the database, I created the tables and
entered a few items to be included in the drop down list in the lookup
section of the table (design view). I then created the forms and inserted
those fields. I have since added several new choices to the drop-down list
of the table, and those new selections are available in the Table, but they
are not available in the Form. The only items available in the drop down
list on the Form are those choices that were originally there when I set up
the form. Please go easy on me, I am very new to this stuff.
Thanks!
 
J

John W. Vinson

I have several drop-down list boxes in a few forms that I am having trouble
with. When I originally set up the database, I created the tables and
entered a few items to be included in the drop down list in the lookup
section of the table (design view). I then created the forms and inserted
those fields. I have since added several new choices to the drop-down list
of the table, and those new selections are available in the Table, but they
are not available in the Form. The only items available in the drop down
list on the Form are those choices that were originally there when I set up
the form. Please go easy on me, I am very new to this stuff.
Thanks!

First off... kill all your Lookup Fields. See
www.mvps.org/access/lookupfields.htm for a critique.

My guess is that when you first created the lookup fields that you used a
"List of Values". You may need to change the Row Source Type property of your
form combo box from "Value List" to "Table/Query", and the Row Source from the
static list to the name of your lookup table.

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

Top