I was hoping someone would be able to help me, i want to create an sql expression or even use the expression builder that will if Column A has a Null Value replace with the data from another Column-B
i have tried to use the if statement as below
IIf(Column_A=null (Column_B),(Column_A))
but this keeps giving me syntax and parenthesis errors
i am not the best when it comes to if statements
i have tried to use the if statement as below
IIf(Column_A=null (Column_B),(Column_A))
but this keeps giving me syntax and parenthesis errors
i am not the best when it comes to if statements