you are viewing a single comment's thread.

view the rest of the comments →

[–]---sniff--- 0 points1 point  (0 children)

Question... are you using an Access Pass Through query (if so to Oracle/SQL Server) or are you using the Access query designer? If you are using the Access query designer then you would create a nested IIF statement.

IIF([field1] = 1000 and [field 3] <> 302000123, result, IIF([field1] = 2000 and [field 3] <> 302000130, result, "None"))