Results 1 to 2 of 2
  1. #1
    raymon73 is offline Novice
    Windows XP Access 2007
    Join Date
    Jul 2010
    Posts
    1

    Angry Need Help Relating Forms for Data Entry!!!

    I've been stuck on this problem for weeks. I'm an intermediate access user and don't understand code and macro's too well, I'm making a database to record all of our companies audits. Audits have many observations and then people write at least 4 responses to each observation. I created a table for the audit information, a table for the observations that is related to the particular audit, and a table for the responses that is related to a particular observation.

    My problem is relating the forms so all the data is entered for the same audit record. I have a data entry form to enter the audit info and a subform to enter the observations. I used the macro from the Northwind example where you click on the observations ID in the subform to open a countinuous form to enter the responses. Here is where I start having problems. When I enter a responses they are not linked to their observation. I open the response table and the responses have no number in the foreign key linking them to their observation, the cells are empty. I think that when I go between forms, its losing the string of records that I'm on.

    My second attempt was to copy the Northwind example where click on the customer on the Customer List, brings up the Customer Details and shows multiple orders. You can then click on the individual orders to bring up the Order Details with multiple products. I like this way a lot better and this is exactly how I want mine to look but I don't understand how they were able to keep pulling from the same string of records. I'd like to show Observations (like Customer Details) and click on an observation. This will bring up the Responses (like Order Details) where it shows the one observation on the top of the form and show a datasheet with the responses on the bottom of the form. I had the same problem where the Responses form was not related to the observation, and how did they get the individual order to show on the top of the Order Details form?

    I really really need someones help with this. If you give me code, just tell me where to copy and paste it to. Let me know if there is a better way of doing this database or if you need more explaination on something. Please Help!!!!!!!!!!!!!!!!!!!!!

  2. #2
    dsmacs is offline Advanced Beginner
    Windows XP Access 2010 (version 14.0)
    Join Date
    Oct 2009
    Location
    Perth Western Australia
    Posts
    52
    Can you post your current db with some sample data?

    Have you set up you relationships with Enforce Referential Integrity and Cascade Update Related Fields?

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

Similar Threads

  1. Forms opening on new record entry
    By daddylongtoe in forum Forms
    Replies: 4
    Last Post: 06-28-2010, 04:15 AM
  2. Replies: 2
    Last Post: 03-31-2010, 01:56 PM
  3. Three Questions on Data Entry Using Forms
    By The_Rattlesnake in forum Forms
    Replies: 1
    Last Post: 10-30-2009, 06:04 AM
  4. Help!!! user friendly forms/date entry
    By megank in forum Access
    Replies: 3
    Last Post: 03-31-2009, 09:47 AM
  5. Data Entry And Data Recalling
    By GeeDee in forum Access
    Replies: 0
    Last Post: 05-01-2007, 05:20 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