I am completely new to SQL, so I may bew doing this all wrong, so any advice would be incredibly helpful. That being said, here is my problem:
I have converted and Access Database to SQL server, but am continuing to use my Access front end for the time being. I am converting any slow queries and reports to get the data from a View. In some of these queries I am using an IIF statemnent (for example: iif (value = -1, "Exp", "". Is there a way to use a statment like this in a view or a simpler way to accomplish what I am trying to do.
Thanks in advance for your help.
Tracy
I have converted and Access Database to SQL server, but am continuing to use my Access front end for the time being. I am converting any slow queries and reports to get the data from a View. In some of these queries I am using an IIF statemnent (for example: iif (value = -1, "Exp", "". Is there a way to use a statment like this in a view or a simpler way to accomplish what I am trying to do.
Thanks in advance for your help.
Tracy