Greetings All...
Again, seems like it should be easy.... buuuut, here I am...
So, what I am trying to do is set the value of a string variable equal to the result of an Iif Function...
(based on the fact I can't even get it to stop turning red...I'm not even close.
I'm trying the idea of using a SQL statement as you read...But I hope from the above you can capture the idea I'm going forCode:Dim TAdd As String Set TAdd = (Iif Me.CmboSalesList.Column(2) = "Null" Then "Yes", "No")
And... As Always - Thank You Guys Very Much...