Gianna, this is a known problem with lookup tables created using Access'
wretched Lookup Wizard. It not only hides the actual content of the
table, as you've seen, but it also creates extra indexes, even on fields
that have already been indexed. The way to get around this is to avoid
using the Wizard & to create your "lookup" table manually, just as you
would any other database table. Join this table to your base table on
the correct field (let's assume state abbrev. in this case) in a query,
then create your form based *on the query.* Then in Form Design View,
go to Properties & set the RowSource property for your dropdown list to
the correct table and the BoundColumn property to the correct field
number you want diplayed in your dropdown list (Note:Access has this
weird 0-based system, so the first field/column in a table is number
"0", the second field is "1", and so on, moving left to right.)
Hope this helps,
LeAnne