In the query i have i wish to do the following:
I have two columns:
Column A
Yes
Yes
Yes
No
No
Column B(date field)
DATE
DATE
DATE
I would like to code a script where:
if column A was "YES" and column B had a "DATE", then output "****", and
if column A was No and Column B was null then...