Preventing new records from being added

G

Gina K

Hello,

I have a form (set to continuous form view) based upon a query. Is there a
way to prevent the blank new record line from being displayed, but still
maintain the ability to make changes to all the existing records?

Thanks.
 
D

Dirk Goldgar

Gina K said:
Hello,

I have a form (set to continuous form view) based upon a query. Is
there a way to prevent the blank new record line from being
displayed, but still maintain the ability to make changes to all the
existing records?

Set the form's Allow Additions property to No, on the Data tab of the
form's property sheet in design view.
 
Top