Form button doesn't find all records

J

Janus

I have a data-entry form with a button to search for records in a table. It
works well, except that the "search for post"-button does not find records
that I write directly in the table. It only finds and displays those records
that have been put in with the form.

Why is that?

Any help is appreciated.
 
A

Allen Browne

If you write directly to the table, you will need to Requery the form so it
hears about those changes.

(Note that the form will display the first record when you requery it.)
 

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