Results 1 to 2 of 2
  1. #1
    jax1000rr is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2012
    Posts
    26

    Need help with a DLookup using Or

    Hi,

    I need some syntax help on a DLookup using Or.



    I need to display info ina report when any of the conditions are met.

    Below is the DLookup I am trying to work with; I have 20 different states that could be displayed:

    Code:
    =DLookUp("file_state","t_filetrack",[t_filetrack].[file_state]="ASSL") Or ([t_filetrack].[file_state]="DSSL")
    TIA

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    *ALL* of the arguments to the Domain functions are *strings*.

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

Similar Threads

  1. Dlookup
    By imtiaz703 in forum Forms
    Replies: 1
    Last Post: 03-20-2012, 11:03 AM
  2. Help with DLookUp
    By focosi in forum Forms
    Replies: 10
    Last Post: 08-08-2011, 07:53 AM
  3. May it is Dlookup
    By cap.zadi in forum Programming
    Replies: 3
    Last Post: 05-09-2011, 05:58 AM
  4. dlookup help
    By gsantacruz in forum Programming
    Replies: 9
    Last Post: 10-11-2010, 11:46 AM
  5. DLookup()
    By jgelpi16 in forum Programming
    Replies: 2
    Last Post: 09-15-2010, 07:20 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