Results 1 to 7 of 7
  1. #1
    buchasia is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2017
    Posts
    9

    Lightbulb Lookup query


    I have Database having name of 10 company (CO Table) and each company there is 3 director (Dirctor Table) also so there is 30 Data raw in simple query

    Now i am crating a Meeting Table for Each Co in which only that director will hold meeting who is associated with his company But while Creating Meeting table i want to filter the name of Director to 3 only so it will show me only 3 director name only not the 30 data so only show that director name as the first filed is company name and second filed is Director Present , Which Query or Function is help full to me plz guide thanks

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,938
    sounds like your query needs to use TOP and ORDER BY

    SELECT TOP 3 Names FROM myTable ORDER BY Seniority

  3. #3
    buchasia is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2017
    Posts
    9

    PFA Database

    I need While Updating Meeting table when i update Meeting Data of in director Filed (Lookup ) it show me only name of that director only whose co Name is Data is entering so it show me lesser name of director name which is relevent not show unnecessary name of all the director or other company.

    Thanks
    Attached Files Attached Files

  4. #4
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,938
    I don't understand the question, please provide an example

  5. #5
    buchasia is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2017
    Posts
    9
    Quote Originally Posted by Ajax View Post
    I don't understand the question, please provide an example
    givemeyourcontactnoplz

  6. #6
    buchasia is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2017
    Posts
    9
    i have attach the example data base also in my prevsious reply give me your contact no if possible or sky pe so i can contact to you thanks

  7. #7
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,938
    sorry, cannot provide my contact details, please use this thread for communications.

    Your attachment has three tables, nothing else. using the data in the tables, provide an example of that you want to achieve - either typed out in the post or attach a spreadsheet to demonstrate

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

Similar Threads

  1. Replies: 4
    Last Post: 03-17-2016, 07:16 AM
  2. Lookup values not appearing in Lookup field?
    By dominover in forum Access
    Replies: 4
    Last Post: 03-05-2016, 05:01 PM
  3. Replies: 4
    Last Post: 07-28-2015, 10:14 AM
  4. Replies: 3
    Last Post: 05-08-2015, 11:08 AM
  5. Replies: 5
    Last Post: 11-24-2014, 02:19 PM

Tags for this Thread

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