M
mb
Can someone help me write a code that basically says this:
If [MyTxtbox] does not equal any value in [MyLstBox] Then
Msgbox "That value does not exist. Please try another value."
I need to have both the Listbox and the Textbox on my form, but I can't
figure out a code that will check the new value of the textbox if it's been
changed after the first msgbox.
If [MyTxtbox] does not equal any value in [MyLstBox] Then
Msgbox "That value does not exist. Please try another value."
I need to have both the Listbox and the Textbox on my form, but I can't
figure out a code that will check the new value of the textbox if it's been
changed after the first msgbox.