Results 1 to 5 of 5
  1. #1
    uaguy3005 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    45

    Opening a form from another with pre-populated data

    I have a corrective action / issue reporting database. The intention is for the user to enter an issue from the frmCustIssueEntry form then click a button on that form to open a frmCorrectiveActions and populate the data from the frmCustIssueEntry form on the frmCorrectiveActions. I've attached the database so you can see. Any suggestions would be appreciated. There are 3 tables (tblCommodityDesc - Commodity Details, tblIssueDesc - Issue Details, tblCorrectiveActions - Corrective Action Details),.
    Attached Files Attached Files

  2. #2
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,544
    Can you attach a copy in A2003 mdb format.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    I don't understand table relationships. The Relationships builder shows a circular arrangement that doesn't make sense to me. Describe the data/work flow process.

    Is this close:

    A customer Issue is recorded in tblIssueDesc.
    Record from tblCommodityDetails is associated with the issue. Each Issue can have one CommodityDetails but each CommodityDetail can be associated with many Issues? If so, I think you have the pk/fk backwards. Save tblCommodityDetails pk as fk in tblIssueDesc.
    Each Issue will have one associated record in tblCorrective Actions? Every Issue will always have a Corrective Action? If both true this could be one table.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #4
    uaguy3005 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    45
    Close - A customer issue is recorded in tblIssueDesc. The part associated with that issue is recorded in tblCommodityDetails. In realaity, tblIssueDesc and tblCommodityDesc should have a many to many relationshiop. (Each commodity can have multiple issues AND each issue can happen on multiple commodities) However, I was trying to set it up where each issue can happen on multiple commodities. As for tblCorrectiveActions, Not every record in tblIssueDetails will have a record in tblCorrectiveActions. One corrective action should really only apply to 1 issue, but could be associated with many issues. (but could include many commodities).

  5. #5
    uaguy3005 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    45
    Quote Originally Posted by Bob Fitz View Post
    Can you attach a copy in A2003 mdb format.
    2003 format should now be attached.
    Attached Files Attached Files

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

Similar Threads

  1. Opening Saved data in form in Edit mode
    By l3111 in forum Forms
    Replies: 7
    Last Post: 06-06-2011, 11:37 AM
  2. Replies: 5
    Last Post: 03-11-2011, 10:29 PM
  3. Opening Form in Data Entry Mode Problem
    By alsoto in forum Forms
    Replies: 1
    Last Post: 05-28-2009, 07:45 PM
  4. Replies: 1
    Last Post: 03-15-2009, 04:46 PM
  5. CallTicketID populated to Order Form
    By EisBlade in forum Forms
    Replies: 0
    Last Post: 04-03-2006, 10:50 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