Difference between -

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I've tried every where, But I'm just not getting it.

I have a database for contacts and a form to view
specific info and send emails. If I want to protect
protect the data behind or editing the form, how do i do
it?

The form is modal and I've coded for a password - but it
comes up on design mode, command button closure, and x
button closure.

I know I can code for the difference - but what is it?
 
Have you tried changing the Allow
Edits/Additions/Deletions properties for the form?

Steve.
 
Yes. But I guess what I want is to not allow people to
close the form and see/use the access tables from the
main view.
 
What about creating an MDE file?
-----Original Message-----
Yes. But I guess what I want is to not allow people to
close the form and see/use the access tables from the
main view.

.
 
Yup - Finally found that one. And it works for the form,
however, how do I protect the table. Make
it "Unavailable".

Make sense??
 
Back
Top