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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top