Searching records on a form

G

Gary G

Access 2002 SP3 (Build 10.6501.6714)
I have a form with names & addresses on.
When a user uses the built in find on field:surname it finds the first
record but no other (this is the same for all fields).
The form has an OnCurrent piece of code which sets the focus to the RecordId
field.

Why doesn't the built in find use the specified field instead of the field
with the focus?
 
Top