Preventing additions from a form

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

Guest

I've asked this question before and got the right answer on how to set the
AllowAdditions property to "no". It greys out the go to end of file
navigation button and that's exactly what I want.

Now I've built a pop up. When I open the form on its own, the EOF nav button
is greyed out like I want. But when I try to open it from the main form, it
is not.

Why?

Thanks
Paul
 
Have you set the DataMode argument in the DoCmd.OpenForm call? If so, you
may be over riding the settings in the form's properties sheet. If this
doesn't help, please copy and paste the command line you are using to open
the form.
 
Back
Top