C
CJ
Hi Groupies
I have a combo box that show a job number and then yes or no. If the value
of the second column is yes, I want a label to be visible on my form, if it
is no the label needs to hide.
I have tried many versions of:
If me.combobox.[column](2).value="yes" ...... and I can get nothing to
work.
I have been able to capture the value of the second column in a textbox with
a calculation but I can't even make that trigger anything for me.
Your help, as always, is greatly appreciated.
I have a combo box that show a job number and then yes or no. If the value
of the second column is yes, I want a label to be visible on my form, if it
is no the label needs to hide.
I have tried many versions of:
If me.combobox.[column](2).value="yes" ...... and I can get nothing to
work.
I have been able to capture the value of the second column in a textbox with
a calculation but I can't even make that trigger anything for me.
Your help, as always, is greatly appreciated.