G
Guest
I have a combo on a form with 2 columns; I need to copy the second column
contents of the selected item in cboEditLinkTitle into the text box
tbxEditLinkStatus.
I placed the following into the combo's On_Change event code, but I get a
Type mismatch; the data is text...
Me.tbxEditLinkStatus.Value = Me.cboEditLinkTitle.Value(0, 0)
Can someone please tell me what I'm doing wrong/correct my code?
Thanks much in advance.
contents of the selected item in cboEditLinkTitle into the text box
tbxEditLinkStatus.
I placed the following into the combo's On_Change event code, but I get a
Type mismatch; the data is text...
Me.tbxEditLinkStatus.Value = Me.cboEditLinkTitle.Value(0, 0)
Can someone please tell me what I'm doing wrong/correct my code?
Thanks much in advance.