How to stop getting blank record in query result?

  • Thread starter Thread starter Kim
  • Start date Start date
K

Kim

Whenever I do a query in any access form, it shows an
extra record at the end of list of records with an '*'
sign on left side. I know this shows that it is ready to
accept any new record data, but I would like it not to
display this empty record. How can I do this?

Thank you for your help!
-Kim
 
You would have to force it to be a non-updatable query. One way to do this
would be to change it to a DISTINCT query.
 
Back
Top