Read Only Forms not working

  • Thread starter Thread starter Michael Kintner
  • Start date Start date
M

Michael Kintner

Wired Problem with a Form.

I set the form to Allow Edit, Allow Deletions and Allow Additions and Data
Entry = No, but when I open it, it will allows everything. How can I stop
this?

Thank you in advance,
Mike
 
Michael said:
Wired Problem with a Form.

I set the form to Allow Edit, Allow Deletions and Allow Additions and
Data Entry = No, but when I open it, it will allows everything. How
can I stop this?

Thank you in advance,
Mike

Your code to open the form is probably overriding the defaults. Are you
including the acFormEdit argument? That would do it.
 
I was was opening the form from the forms screen by clicking the form and
clicking the OPEN button. Not calling the form by anything special.
 
Michael said:
I was was opening the form from the forms screen by clicking the form
and clicking the OPEN button. Not calling the form by anything
special.

Any code or macros in the form's Open, Load, or Current events?
 
Ok I found one event. I removed it and it now works. However, now the find
pull down does not work. Any ideas?

Mike
 
Michael Kintner said:
Ok I found one event. I removed it and it now works. However, now the find
pull down does not work. Any ideas?

Post the code that you removed.
 

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