Getting Field Back on Form

D

data cruncher

When I first set up my form for my Access Database using the Wizard, there
was one field that I did not Modify from Text to Drop Down Field. I deleted
the field, and Inserted a DropDown Box, which I named the name of the field
that was originally there. However, by doing it this way, my form does not
allow me to post results back to the database.

How do I add my field back to the form? I can't get any new field into the
form that will allow it to work.
 
D

data cruncher

I got it. There was a mismatch in data type (numveric vs. text) that I was
using on the Form vs. the Table in the database.
 
Top