smuthcrmnl777
Technical User
In SQL, I would like to create a view that I have a simple IF or IIF command in the field name. I know how to create If statements in SQL and I know how to create IIF statements in MS ACCESS, but I need to have a field name test a criteria and then displaying the correct data when the view executes.
Ex:
Ms ACCESS allows you to put this in the field name.
=IIF(['Auto']="Lexus",1,0,)
Ex:
Ms ACCESS allows you to put this in the field name.
=IIF(['Auto']="Lexus",1,0,)