I am trying to create a query such that when pulling data from a table, then
If the result is "NULL", replace "NULL" in the column with a "blank"...O R... if the result is a string (not NULL), strip all commas from the resulting string and show the result in the column (Example: showing "ABC, Inc." as "ABC Inc.")...AND... label the column with a heading.
So far, I have totally failed in attempts to write this line of my query...
Many Thanks!
Frustrated Newbie
If the result is "NULL", replace "NULL" in the column with a "blank"...O R... if the result is a string (not NULL), strip all commas from the resulting string and show the result in the column (Example: showing "ABC, Inc." as "ABC Inc.")...AND... label the column with a heading.
So far, I have totally failed in attempts to write this line of my query...
Many Thanks!
Frustrated Newbie
Comment