I have a form that saves the value of a ComboBox on a table... So far so good....
My problem is: I need to add a number 1(or a checkmark) beside the saved value(on another column ) if the same value of a ComboBox is selected twice. I don't know how to compare the lines of a table with the value selected in a ComboBox...
My problem is: I need to add a number 1(or a checkmark) beside the saved value(on another column ) if the same value of a ComboBox is selected twice. I don't know how to compare the lines of a table with the value selected in a ComboBox...