form fields not saving to table

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?
 
K

KARL DEWEY

As you scroll through existing records is the data of the table displayed?

Post the SQL of the query or form source.
 
J

John W. Vinson

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.
 

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