Results 1 to 5 of 5
  1. #1
    data808 is offline Noob
    Windows XP Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    727

    Hide Records In Forms

    Ideally, I would like to create a password just to open the database and also prevent access to records in the form itself. Every time I open the form to enter data, it opens up to the last entry that was entered. Not to mention the fact that you can scroll through all the records with the back arrow button. This is what I want to prevent. I just want it so when you open the form, it opens up to a blank form ready to take in a new record. Then only giving the person with the password to the database to make changes to the records. Is this possible? Thanks in advance.

  2. #2
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    In Form Design View, go to Properties - Data and set the Form's Data Entry Property to Yes. This will only allow the entering of New Records; Records from previous sessions will not be available.

    As for the password to view/edit all Records (that is what you're asking, isn't it?) If the password is correct simply use this line of code:

    Me.DataEntry = False

    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

  3. #3
    data808 is offline Noob
    Windows XP Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    727
    Ok thanks i will try that for the form to add new records. As for the password thing, i wanted it for the database table that the records are saved to. Would the code you provided go into visual basic? Also is there a way that many people can be adding in records at the sametime from different computers? Sorry i havent tested this yet so it might already work but it just got me confused as to how the record would be added to the database with many people entering all at once.

  4. #4
    data808 is offline Noob
    Windows XP Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    727
    i need more steps on how to create a password please. a tutorial if possible? thanks

  5. #5
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,742

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Hide Access and show only my forms
    By mortenskipper in forum Access
    Replies: 8
    Last Post: 01-20-2016, 08:21 AM
  2. Replies: 1
    Last Post: 03-08-2012, 08:34 AM
  3. Hide records from Form View
    By Douglasrac in forum Forms
    Replies: 9
    Last Post: 05-13-2011, 11:55 AM
  4. Hide all but forms
    By Bird_FAT in forum Programming
    Replies: 1
    Last Post: 05-25-2010, 02:40 PM
  5. Hide/UnHide forms
    By access in forum Forms
    Replies: 3
    Last Post: 06-03-2009, 07:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums