datasheet view

  • Thread starter Thread starter seeker
  • Start date Start date
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.
 
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.
 
Back
Top