form fields not saving to table

  • Thread starter Thread starter Kim
  • Start date Start date
K

Kim

I have created a database with a form and three of the fields are not saving
the information to the table. I have checked the row and control sources and
now at a loss and thoughts?
 
As you scroll through existing records is the data of the table displayed?

Post the SQL of the query or form source.
 
I have created a database with a form and three of the fields are not saving
the information to the table. I have checked the row and control sources and
now at a loss and thoughts?

What is the Recordsource property of the form? If it's a query which does not
include the fields, or the fields are in some other table, you'll get this
effect.

You may also be having a problem if these are Lookup Fields, which appear to
contain text but actually contain concealed numeric links.
 
Back
Top