Results 1 to 2 of 2
  1. #1
    DDEB is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    May 2012
    Posts
    7

    Hiding Results of If Statement

    Is it possible to hide the results of an IF statement? My Field looks like this: Expr2: IIf([Evaluator Name]=[Supervisor],[Count]-[Required],1000) I only want the True result (Count-Required) to be displayed not the False Result (1000). I tried including a Criteria of Not "1000" and got the following error: Data Type Mismatch in Criteria Expression.

    Thanks!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,622
    Return null or empty string instead of 1000 as the False value.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 6
    Last Post: 05-14-2012, 07:24 AM
  2. Replies: 7
    Last Post: 08-17-2011, 01:49 PM
  3. Replies: 11
    Last Post: 12-14-2010, 01:25 PM
  4. Replies: 4
    Last Post: 10-12-2010, 02:11 PM
  5. hiding forms
    By Halocarbon in forum Access
    Replies: 1
    Last Post: 12-09-2005, 09:51 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