Results 1 to 2 of 2
  1. #1
    Zulrock1 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jan 2016
    Posts
    1

    Noob trying to make a one to many relationship?

    So I may not be asking this question correctly. (I'm pretty much a noob) I need to set up a query to look up values from one table (table R) based on the value in a column of another table (table F). I've set up a dlookup function in a query that contains the necessary info from table F the issue is that I need to be able to use multiple dlookup functions with the same deterministic value ini table R but using different values in table F.



    Essentially I need to have multiple columns utilizing the dlookup function using the same primary key in table R but different values from table F.

    Im not sure I even have the knowledge to frame this question correctly but I was hoping for some help.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    you DONT use dlookup in a query. The query IS the dlookup.
    You put both tables in the query and join them on the common field. This does the dlookup.

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

Similar Threads

  1. Replies: 3
    Last Post: 07-06-2015, 11:19 AM
  2. Replies: 3
    Last Post: 03-19-2015, 05:26 PM
  3. Does this table relationship make sense?
    By MatthewGrace in forum Database Design
    Replies: 9
    Last Post: 10-05-2014, 03:59 PM
  4. Can I make an Outer Join a one way relationship?
    By johnjmcnaughton in forum Programming
    Replies: 19
    Last Post: 05-01-2013, 09:48 AM
  5. Replies: 1
    Last Post: 10-28-2008, 08:38 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