Read Only Forms not working

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
 
R

Rick Brandt

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.
 
M

Michael Kintner

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.
 
R

Rick Brandt

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?
 
M

Michael Kintner

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

Mike
 
R

Rick Brandt

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.
 
Top