I have a two controls
me.tekst61 - text box
me.imie - combo box
me.tekst61.tag = "2;5;7"
I need some function which can check that me.imie.column(4) equal to one of these "2;5;7" from me.161.tag property. if yes, then get msgbox "ok".
Can anyone help me?
me.tekst61 - text box
me.imie - combo box
me.tekst61.tag = "2;5;7"
I need some function which can check that me.imie.column(4) equal to one of these "2;5;7" from me.161.tag property. if yes, then get msgbox "ok".
Can anyone help me?