Results 1 to 4 of 4
  1. #1
    Sarah1991 is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Jun 2017
    Posts
    1

    Bringing Fields Together

    Hello,



    I'm really hoping someone can help - I've spent the last hour or so trying to figure out how to do something on Access and I'm sure a similar question has already been asked but to be honest I'm not even sure what it is I need to look for - I've read about relationships and queries etc and I still can't figure it out :/

    Anyway what is it that I'm trying to do is....

    I have 3 tables - each of which represent a supplier and the stock that they currently have available.

    Each of these suppliers sells different products by the same brand, what I want to be able to do is create a query (I think?) which I can save? so that I have a quick way of being able to see which products by are currently available to us from a particular brand.

    So I guess it's a way of linking the "brand" fields together - then being able to filter that so that I can see just the one particular brand. If all the suppliers were listed on one table it would be simple because I could then just filter it to show the brand than I want.

    I'm sure it's a really straightforward answer but I just can't get my head around the jargon.

    I really hope someone can help many thanks

    Sarah

  2. #2
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Yes, you definitely need to learn about relationships and more before diving in. Without a solid table design structure you will struggle and struggle for ever! What you have described here is an Excel file with separate worksheets. That is the opposite of how Access works.

    There will be a table containing all suppliers; a table containing all brands which will be linked to a table containing all products. Another table will be a cross-reference containing the supplier ID and the product ID showing which supplier has which product.

    Pick up a pen and paper and write out what I have just written. Understand it before going any further.

    Here is a good starting point (post # 7): https://www.accessforums.net/showthread.php?t=65906

  3. #3
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,511
    Also to help aytee111 and others with solutions, can you give examples of your current table and fields and sample data, what it looks like in the tables and what you want the output(query) to look like given the sample data.

  4. #4
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 10 Access 2016
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    Here is what I believe is one of the best papers on data base design and normalization.

    http://r937.com/relational.html

    Once you normalize your data, your ability to extract data will become much easier.

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

Similar Threads

  1. VBA Where Clause not bringing up the correct record
    By Stephenson in forum Programming
    Replies: 6
    Last Post: 06-11-2016, 11:05 PM
  2. Bringing Footer Up in Form
    By accessnewbie352 in forum Forms
    Replies: 6
    Last Post: 01-12-2015, 04:09 PM
  3. Bringing Table Information Into a Subform
    By RoundTrip in forum Forms
    Replies: 3
    Last Post: 02-15-2014, 07:17 PM
  4. Replies: 1
    Last Post: 11-10-2013, 05:25 PM
  5. Bringing forward a data in a form
    By cwwaicw311 in forum Forms
    Replies: 9
    Last Post: 02-24-2010, 07:58 PM

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