Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Queries
IIF function in a query
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John Spencer (MVP), post: 6325294"] Is your IIF statement copied from the query? I would expect it to fail because of the way you have your brackets around the entire table name plus field name. You should have the brackets around each part. iif ( [table1].[fieldA]< 1, [table1].[fieldB], [table1].[fieldA] ) [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Queries
IIF function in a query
Top