Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    That means it does not recognize the field name. That usually means you are trying to reference a field that does not exist or you have a typo in your field name.

  2. #17
    cwagenaar is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2015
    Location
    Canada
    Posts
    5
    I think you may simply have too many parentheses. Most Iif functions look more like this:

    Code:
    Iif(expression,truepart,falsepart).
    You shouldn't need parentheses around the expression, the truepart, and the falsepart, respectively, but parentheses to enclose all three together.

  3. #18
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    I think you may simply have too many parentheses.
    You would get a syntax error in that instance, not a parameter box.

  4. #19
    cwagenaar is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2015
    Location
    Canada
    Posts
    5
    That's true, my mistake.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 8
    Last Post: 06-09-2014, 01:14 PM
  2. If then statement on calculated field
    By blakej in forum Access
    Replies: 9
    Last Post: 03-17-2014, 01:12 PM
  3. Replies: 3
    Last Post: 05-06-2013, 03:03 PM
  4. If statement in form field
    By Gabriel2012 in forum Forms
    Replies: 1
    Last Post: 01-29-2013, 05:03 PM
  5. IIF statement to populate field
    By GriffyNJ in forum Queries
    Replies: 0
    Last Post: 10-13-2009, 10:07 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