Form Password

  • Thread starter Kyle Friesen via AccessMonster.com
  • Start date
K

Kyle Friesen via AccessMonster.com

How do I password protect a subform within a main form? I have a database that tracks project information I only want only certain people to access the edit/view all data subform. Everyone can access the enter new project subform which doesn't allow editing of existing records.
Thanks.
 
V

visdev1

if the user isn't on the access list then i would just make the subform
invisible when the parent form opens.

frmSubForm2_sub.Visible = False
 
B

B. Comrie

The built in security model for access will accomplish this. Hit the F1 key,
then search for security.

B Comrie
http://www.codewidgets.com

Kyle Friesen via AccessMonster.com said:
How do I password protect a subform within a main form? I have a database
that tracks project information I only want only certain people to access
the edit/view all data subform. Everyone can access the enter new project
subform which doesn't allow editing of existing records.
 
K

Kyle Friesen via AccessMonster.com

great thanks. unfortunately, I messed it up and tried to add a end user
group with view/read only access and now I can not do anything in the
database. It says I must be a member of the Admins group which I did not
create and so do not have a password for. Is there anyway to clear the
security levels I just created?? Thanks.
 

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

Top