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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top