Results 1 to 4 of 4
  1. #1
    Celx is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2011
    Posts
    5

    Creating a form within access that updates another form?

    Hello,

    I'm just learning access 2010, and I think I can understand the basic concepts, however it would be ostentatious of me to pretend I'm an expert, so please bear with me if I misunderstand concepts as I'm a novice.

    Regardless I wanted to ask whether it would be possible to create a form for a receptionist wherein the information fields she inputs could automatically be updated to a separate form that an administrator would have private access to.

    I understand that a form can be password protected, and one can build a relationship between forms, but I still am not sure about the exact process in regards to the ladder.

    Would I just use the "relationships" ribbon panel to link the forms together, or is this something that will involve queries, or something else entirely.



    The example below will hopefully describe what I would like to achieve:

    As it's updated and new entries are entered into form A). that information is then automatically relayed into the private password protected form B). who's information is not shared with any other forms and has additional fields to be filled out by the administrator.

    If this is possible please give me a general idea of what concepts I should look into in order to get this kind of structure developed.

    Thanks!

  2. #2
    hertfordkc is offline 18 year novice
    Windows XP Access 2007
    Join Date
    Mar 2011
    Posts
    481

    Two tables, each with its own form, would be a better solution.

    The receptionist would input data which would update tblPartialNfo. The supervisor would have a form which would query tblPartialNfo and display each record to be completed. Each completed record would be stored in tblAllNfo and the unfinished record removed from tblPartialNfo.
    That might remove the need for concurrent processing.

  3. #3
    Celx is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2011
    Posts
    5

    Would it be possible then to password protect the administrator table & form?

    Thanks for the response, just one more question before I get onto the task of building this thing...

    Would it be possible to password protect the administrator table & form?

    Thanks again!
    - Celx

  4. #4
    hertfordkc is offline 18 year novice
    Windows XP Access 2007
    Join Date
    Mar 2011
    Posts
    481

    I have Access 2007 and can't really address Access 2010 security

    beyond saying that you should be able to implement a security scheme that would keep most users in their boxes.

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

Similar Threads

  1. Tracking Log of updates in a form
    By cin324 in forum Access
    Replies: 9
    Last Post: 11-30-2011, 01:12 PM
  2. Form text box updates for all records
    By AndrewsPanda in forum Forms
    Replies: 13
    Last Post: 09-28-2011, 11:31 PM
  3. Inquiry form updates the current record
    By mazzanrol in forum Forms
    Replies: 4
    Last Post: 04-08-2011, 08:35 AM
  4. Replies: 2
    Last Post: 03-29-2010, 11:52 AM
  5. Replies: 1
    Last Post: 03-29-2010, 04:11 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