T
t2b
Many queries in a database I am working in may have the same statement such as:
NewValue: IIf([Field1] Is Null,[Field2],[Field1])
What is the best way to store and call statements such as this?
NewValue: IIf([Field1] Is Null,[Field2],[Field1])
What is the best way to store and call statements such as this?