G
Guest
I have a combo box with three columns.
I want an If statement to execute on the value of the contents of column 3
which contains text C or D.
How can I do this? I've tried
If Me.MyCombo.Column(3)="D" then
TakeSomeAction
Elseif
Me.MyCombo.Column(3)="C" then
DosomethingElse
end if
Thanks
I want an If statement to execute on the value of the contents of column 3
which contains text C or D.
How can I do this? I've tried
If Me.MyCombo.Column(3)="D" then
TakeSomeAction
Elseif
Me.MyCombo.Column(3)="C" then
DosomethingElse
end if
Thanks