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.)
 
Top