Results 1 to 3 of 3
  1. #1
    ethan.geerdes is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2016
    Posts
    2

    Creating a database for end user data entry Access 2003


    Hello everyone,I have been looking through forum after forum trying to find my answer and now I have finally decided to submit a quesiton. I am trying to create a database that will allow end users to submit information. My client has a whole wide variety of computer systems for instance Windows XP, Windows 7, Red Hat Enterprise Linux (RHEL) 5, RHEL 6, Solaris... etc. They want to track all the Security Updates that are applied/that will be applied. For pre-existing security patches, they want the actual name of the patch, the date it was rolled out, and a description of what the patch does but they want their IT department to be able to mark whether or not it is complete or not but they don't want them to screw up any of the information in the database of the pre-existing security patches so what should I do to make sure they can't mess that information? Thank you for the advice in advance.Sincerely,Ethan

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    Give them a front end that has forms that are set to read-only.
    use SNAPSHOT for recordsettype in all queries
    and set the properties

    allowedits = no
    allowdeletions = no
    allowadditions = no

  3. #3
    NTC is offline VIP
    Windows 7 64bit Access 2013
    Join Date
    Nov 2009
    Posts
    2,392
    well if you want end users to be able to enter information - but not change it; there are a couple of ways to implement that depending on what type of user interface experience is best. R256 has posted some points. One can set a form property to be data entry only - and it will always open to a blank screen for data entry. Then you can have a 2nd form with the properties posted by R256 that allows no changes. And then I presume a form for the IT staff that can change things - and perhaps this form opening is password protected or perhaps even in a separate front end file.

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

Similar Threads

  1. Replies: 2
    Last Post: 03-18-2015, 07:34 PM
  2. Replies: 3
    Last Post: 02-22-2013, 04:23 PM
  3. Replies: 0
    Last Post: 02-17-2013, 11:17 PM
  4. Replies: 17
    Last Post: 01-15-2012, 11:37 PM
  5. Need Help Creating Report Based on User Entry
    By italianfinancier in forum Programming
    Replies: 17
    Last Post: 05-27-2011, 04:58 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