Results 1 to 2 of 2
  1. #1
    Sigzop is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2014
    Location
    DC
    Posts
    5

    Need help with an expression


    I have this excel expression that works great. any ideas with examples of how to translate it to access =if(sum(G10:G11)=2,$C$3*$D$3,0)

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,648
    Are you using this in a textbox in report footer section? Maybe:

    =IIf(Sum([fieldname])=2, "this value", "other 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: 5
    Last Post: 09-25-2013, 09:35 AM
  2. Replies: 2
    Last Post: 11-20-2012, 03:21 AM
  3. Replies: 4
    Last Post: 10-26-2012, 12:49 AM
  4. Replies: 1
    Last Post: 01-05-2012, 05:10 PM
  5. LIKE '* [expression] '
    By melanie in forum Access
    Replies: 6
    Last Post: 12-28-2011, 04:03 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