Form - disable new record

M

mike

Hi all,

I have a form that displays the record. But I don't want
the form to displays the "new record". Is there any way
that disable the "New Record" in the form. Any suggestion??

Thanks for the help...

Mike
 
R

Rick Brandt

mike said:
Hi all,

I have a form that displays the record. But I don't want
the form to displays the "new record". Is there any way
that disable the "New Record" in the form. Any suggestion??

Set the AllowAdditions property to false.
 
Top