Get IIF statement from field Question
I have inherited a database that has a number of queries that have fields defined like: IIf(IsNull([Table1.Field1]), 0, [Table1.Field1]) AS [New Field Name] Your code will only return the “New Field Name” portion (ie: the field name). Is there a way to get the underlying “IIf…..” statement from the field? Thanks in advance.
-
3
-
3
Answers (3)