T torok Registered User. Local time Today, 13:33 Joined Feb 3, 2002 Messages 68 Jun 23, 2004 #1 Does Access support CASE expressions in SQL yet, like SQL Server? As detailed here
Mile-O Back once again... Local time Today, 21:33 Joined Dec 10, 2002 Messages 11,305 Jun 23, 2004 #2 Just make a function with the Select Case structure and use the function in your query to determine the value of a calculated field.
Just make a function with the Select Case structure and use the function in your query to determine the value of a calculated field.
T torok Registered User. Local time Today, 13:33 Joined Feb 3, 2002 Messages 68 Jun 25, 2004 #3 Thanks to both of you for the responses. I didn't know you cuold use IIF in SQL expressions.... I'll look into making the function as well (though I'm not sure how to incorporate a function into a query yet). Again, thanks for your time
Thanks to both of you for the responses. I didn't know you cuold use IIF in SQL expressions.... I'll look into making the function as well (though I'm not sure how to incorporate a function into a query yet). Again, thanks for your time