Dlookup Function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Suresh Jain
    New Member
    • Jul 2007
    • 1

    Dlookup Function

    Please give me an example of Dlookup in MsAccess & let me know how it works. Thanks
  • Lysander
    Recognized Expert Contributor
    • Apr 2007
    • 344

    #2
    Originally posted by Suresh Jain
    Please give me an example of Dlookup in MsAccess & let me know how it works. Thanks
    Access Help DLookup gives loads of information about this function. What more information do you need?

    Comment

    • vkong85
      New Member
      • Jun 2007
      • 24

      #3
      dlookup ( "[field that you need]","[table that the field is located]","any criteria you may have")

      ex:

      dlookup ("[name]","[tbl people]"," ID = [tbl people][id]")

      so in the example above you are looking for a name in the people tbl so long as the id's match.

      Comment

      Working...