Data not visible in Text Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that displays employee information that is linked to a table.
The problem is that when I open the form, I have to press the sort button to
get the first record to show. I have the underlying table sorted. It
appears there is a blank row at the top of the table & only goes to the
bottom when the sort button is pressed. What is the best method to prevent
this?
 
You could set the Order By property of the form or pass the table through a
query that sorts the records.

Barry
 
Back
Top