Is it possible to make an iif in a SQL sentence that checks if a record with two given values exist?
What does the... uh.. "exist-function" look like?
I know the below will probably NOT work...
I want to do something like Iif(EXIST(
.[field]=criteria),1,0)
What does the... uh.. "exist-function" look like?
I know the below will probably NOT work...
I want to do something like Iif(EXIST(