M
Megaton
Hello
I am trying to concatenate three columns (A, B and C?, C? is a yes/no
column) and display the result like this:
if C=true then select "C" & "A" & "B"
else select "A" & "B"
I don't know what the proper syntax is. Is there a way to do this in the row
source of the list box/combo box?
Thank you for your help.
I am trying to concatenate three columns (A, B and C?, C? is a yes/no
column) and display the result like this:
if C=true then select "C" & "A" & "B"
else select "A" & "B"
I don't know what the proper syntax is. Is there a way to do this in the row
source of the list box/combo box?
Thank you for your help.