Form - disable new record

  • Thread starter Thread starter mike
  • Start date Start date
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
 
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.
 
Back
Top