I have a combo field that has its properties set to "Limit to List" = yes.
I would like to add an on enter event where I could make an exception eg
if me.type = "AAA" then
notinlist = false
else not in list = true
end if
Now from the above it is obvious that I don't know the code to switch the not in list settings off.
Does any one knows the code for this?
I would like to add an on enter event where I could make an exception eg
if me.type = "AAA" then
notinlist = false
else not in list = true
end if
Now from the above it is obvious that I don't know the code to switch the not in list settings off.
Does any one knows the code for this?