Form in Datasheet view

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

Guest

I have a form that displays in DATASHEET view, I've left record selectors on
so the users may delete records to their hearts content.

I've turned off the navigation buttons & left the vertical scroll bar on.

However, the last record displayed (at the bottom of the form) is the NEW
record (*).

How do I disable this?
 
If you do not want users to be able to add new records, set the form's
AllowAdditions property to No.

If there are no records to display (e.g. filtered), the form will then go
completely blank.
 
Back
Top