I've lost the info from my table to my form in access.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I had a form set up reading from a table. But now the Form will ot read the
table at all. I can't search the form. All "records" from the form are
missing, but the table still has the information. please help?
 
I had a form set up reading from a table. But now the Form will ot read the
table at all. I can't search the form. All "records" from the form are
missing, but the table still has the information. please help?

Check the Form's DataENtry property. If it's set to True, you'll be
able to enter new data but not see any existing data.

It's also possible that the form's Filter property is set to some
criterion which excludes all the records; or that there is an error in
the form's Recordsource property - perhaps the recordsource is a query
which doesn't return any records.

John W. Vinson[MVP]
 

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

Back
Top