In this case, I suspect that if you open that table in design view, you'll
see that the ZipID field is defined as a "Lookup" data type, which displays
as a combobox when you open the table.
To reduce confusion (yours and anyone elses who might have to understand
this), consider changing the datatype to the type appropriate to the
underlying looked-up table ID. Then, in your form, convert the textbox
control to a combobox, "feed" it from the underlying (Zip) table, and bind
it to the ZipID field in your "main table".
Good luck!
Regards
Jeff Boyce
Microsoft Office/Access MVP
Elizabeth said:
I'm sorry. I used the wrong terminology. The ZipID is a combobox, not a
lookup. When I look at it in the table, I see all 4 columns and
everything
looks correct. However, when I switch to the form, it does not give me
the
combobox (right word?) to choose from. I have another field that I had
setup
originally as a combobox that shows correctly on the form and the drop
down
list is there to choose from. I designed the form before I switched the
Zip
to a combobox and I cannot figure out how to correct it without having to
start the form over from scratch.