deleting last record on filtered form causes form to become blank

  • Thread starter Thread starter astro
  • Start date Start date
A

astro

Any suggestions on this? Does Access destroy the underlying recordset when
the last record is deleted? All controls dissappear including the close
button!

Thanks.
 
The detail section goes blank if there are no records to display and no new
record can be added (so it can't show the new record row.)

That happens in a form where the recordsource is read-only, or where the
form's AllowAdditions property is No.
 
ahhhhh.....

that's it...thanks

Allen Browne said:
The detail section goes blank if there are no records to display and no
new record can be added (so it can't show the new record row.)

That happens in a form where the recordsource is read-only, or where the
form's AllowAdditions property is No.
 

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