datasheet view

S

seeker

I search a customer table and the results appear in a subform which is
datasheet view. I would like the record found to be at the very top of the
datasheet. How can this be done.
 
M

Marshall Barton

seeker said:
I search a customer table and the results appear in a subform which is
datasheet view. I would like the record found to be at the very top of the
datasheet. How can this be done.


Us a query that sorts the records as the subform's record
source.
 
Top