Results 1 to 2 of 2
  1. #1
    Adam1970 is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Feb 2023
    Posts
    30

    multiple items have multiple choices


    Hi
    I am new to using Access 2016 and am attempting to set up a quoting system. sorry for the long question

    i have a list of products which have many different criteria
    a customer may want a table manufacturing from mahogany (i have created the code for this) next he may want it a rectangle, circle or special design. if it is a rectangle i need a length & width. If its a circle i need a OD. if its a special design i would need length & width & possible od id.

    the question is how do i link them all in a query. to create the quotation report

    I can pull in description from my product data base but if he requires a rectangle how can i pull that field into the query and allow me to enter the length & width for the area calculation, or of he wants a circle how can i pull just one field into the query?

    I have looked into all the youtube videos but cant find one that helps

    Many Thanks
    Adam

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    You need a table that saves these choices for each design order/quote.

    Could have a field for every possible design element but that could get unwieldy. Alternative is Entity/Attribute/Value model. A very rough example:

    OrderQuoteID Part Spec Val
    1 Table top Width 6
    1 Table top Length 3
    1 Table top Thickness 1
    1 Table leg Length 3

    Manufacturing/Assembly style database is one of the most difficult to design. It is a common topic.
    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.

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

Similar Threads

  1. Queries Like Operator-Multiple Choices
    By deepakg27 in forum Queries
    Replies: 3
    Last Post: 10-15-2019, 05:36 PM
  2. Replies: 1
    Last Post: 10-01-2015, 10:02 AM
  3. Replies: 1
    Last Post: 04-27-2015, 10:53 AM
  4. Replies: 4
    Last Post: 04-07-2011, 03:16 PM
  5. Multiple Choices for Parameters with VBA and Queries
    By weasel7711 in forum Programming
    Replies: 3
    Last Post: 02-02-2011, 09:19 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