Hi,
I have a combo box which has 'limit to list' selected. When I open my form i populate the list from a piece of code, then set the combo box to the first item in the list. My problem is when i try to use the combo box....it works fine when i enter an item which isnt on the list (pops up system message), but when I enter a null value it accepts it ? is it possbile to get the same 'the text you entered isn't an item in the list' message ?
also, is it possbile to have 'limit to list' selected, but to use my own message? i've put a message in the 'not in list' event but now get my message and the system message. i've tried set warnings false, but this doesnt seem to work.
thank
Dan
I have a combo box which has 'limit to list' selected. When I open my form i populate the list from a piece of code, then set the combo box to the first item in the list. My problem is when i try to use the combo box....it works fine when i enter an item which isnt on the list (pops up system message), but when I enter a null value it accepts it ? is it possbile to get the same 'the text you entered isn't an item in the list' message ?
also, is it possbile to have 'limit to list' selected, but to use my own message? i've put a message in the 'not in list' event but now get my message and the system message. i've tried set warnings false, but this doesnt seem to work.
thank
Dan