Results 1 to 3 of 3
  1. #1
    Jonesy is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Sep 2013
    Posts
    2

    Table Join Help


    Hi, I am developing a database in Access. They have many clients who have set rates. They quote for many different contracts but when they quote the set rates need to flush in automatically on selection of the client so the administrator just needs to add the new contract then add quantities to the list of set rates. This then produces a quote by selection of the QuoteID.
    This process works fine apart from getting the set rates to flush in everytime you create a new quote.
    How do I set this up, and where should the quantity fields sit??
    Thanking you in anticipation, Jonesy

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Sounds like clientID is the linking key. You need another table that associates quote with rates. This 'junction' table would have fields for quoteID and rateID and Quantity. Code could create a set of rate records with the quoteID and rateID already filled in and then present them to the user to fill in the quantity but this can be complicated. The conventional data entry approach would be a subform bound to the junction table and linked to the quote form and user selects the rate from combobox and enters quantity.
    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.

  3. #3
    Jonesy is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Sep 2013
    Posts
    2
    Thank you Super Moderator, sometimes you need someone who knows just to spell things out, I'll give this ago and let you know how I get on! Cheers chap, Jonesy

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

Similar Threads

  1. Cannot add Records; Join Key of table not...
    By turntabl1st in forum Access
    Replies: 1
    Last Post: 07-18-2012, 06:51 AM
  2. Join Key of table in recordset
    By Rohit0012 in forum Forms
    Replies: 14
    Last Post: 09-24-2011, 09:04 PM
  3. Table Join on Text
    By stosh59 in forum Queries
    Replies: 4
    Last Post: 04-29-2011, 11:05 AM
  4. join table
    By graciemora in forum Queries
    Replies: 2
    Last Post: 10-28-2010, 01:57 PM
  5. Self Join in a Table
    By LornaM in forum Database Design
    Replies: 10
    Last Post: 05-06-2009, 10:29 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